diff options
Diffstat (limited to 'bin/ed/Makefile')
-rw-r--r-- | bin/ed/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile new file mode 100644 index 0000000..a48b0d2 --- /dev/null +++ b/bin/ed/Makefile @@ -0,0 +1,7 @@ +PROG= ed +CFLAGS+=-I${.CURDIR} -DVI_BANG -DDES -DGNU_REGEX -DHAVE_STRING_H=1 +SRCS= ed.c re.c buf.c cbc.c regex.c +LINKS= ${BINDIR}/ed ${BINDIR}/red +MLINKS= ed.1 red.1 + +.include <bsd.prog.mk> |