aboutsummaryrefslogtreecommitdiffstats
path: root/text_cmds/ed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'text_cmds/ed/Makefile')
-rw-r--r--text_cmds/ed/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/text_cmds/ed/Makefile b/text_cmds/ed/Makefile
new file mode 100644
index 0000000..c374a39
--- /dev/null
+++ b/text_cmds/ed/Makefile
@@ -0,0 +1,7 @@
+PROG= ed
+SRCS= buf.c cbc.c glbl.c io.c \
+ main.c re.c sub.c undo.c
+
+BINDIR=/bin
+
+.include <bsd.prog.mk>