aboutsummaryrefslogtreecommitdiff
path: root/bin/ed/Makefile
diff options
context:
space:
mode:
authorAndrew Moore <alm@FreeBSD.org>1993-06-18 13:00:14 +0000
committerAndrew Moore <alm@FreeBSD.org>1993-06-18 13:00:14 +0000
commit30154ac8a86b4987758047cd7b94de39dab9d8d8 (patch)
tree6b7d2482b977614f67f587171dc467f8f98c31d7 /bin/ed/Makefile
parentddd9386e4d79f98022f8d79b36dceec01e7747a8 (diff)
Notes
Diffstat (limited to 'bin/ed/Makefile')
-rw-r--r--bin/ed/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile
new file mode 100644
index 000000000000..a48b0d20fd85
--- /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>