aboutsummaryrefslogtreecommitdiff
path: root/bin/ed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ed/Makefile')
-rw-r--r--bin/ed/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile
new file mode 100644
index 0000000..bf60cf2
--- /dev/null
+++ b/bin/ed/Makefile
@@ -0,0 +1,6 @@
+# $OpenBSD: Makefile,v 1.12 2018/06/15 08:46:24 martijn Exp $
+
+PROG= ed
+SRCS= buf.c glbl.c io.c main.c re.c sub.c undo.c
+
+.include <bsd.prog.mk>