freebsd-src/bin/ed/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
176 B
Makefile
Raw Normal View History

1994-09-24 02:59:15 +00:00
.include <src.opts.mk>
PACKAGE=runtime
PROG= ed
SRCS= buf.c glbl.c io.c main.c re.c sub.c undo.c
LINKS= ${BINDIR}/ed ${BINDIR}/red
MLINKS= ed.1 red.1
.include <bsd.prog.mk>