summaryrefslogtreecommitdiffstats
path: root/bin/ed/Makefile
diff options
context:
space:
mode:
authoralm <alm@FreeBSD.org>1993-06-18 13:00:14 +0000
committeralm <alm@FreeBSD.org>1993-06-18 13:00:14 +0000
commit8eb89f70257d1d25fd40e1414846ea1939f7d275 (patch)
tree0ebb3a1cb043f39e3d1f9fb2d2e4e2170f529687 /bin/ed/Makefile
parent777d9e83b8466b1892a1383f2540a711b9107887 (diff)
downloadFreeBSD-src-8eb89f70257d1d25fd40e1414846ea1939f7d275.zip
FreeBSD-src-8eb89f70257d1d25fd40e1414846ea1939f7d275.tar.gz
POSIX ed version 0.6 by Andrew Moore (alm@netcom.com).
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 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>
OpenPOWER on IntegriCloud