aboutsummaryrefslogtreecommitdiff
path: root/bin/ed/Makefile
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-14 17:07:06 +0300
committerCem Keylan <cem@ckyln.com>2021-07-14 17:07:06 +0300
commitd7f8dce37ecea2fa24883b58a8bbd5f25fb69221 (patch)
tree34f8326573d65b5cf5704bf4c9fb4c3e36f106ec /bin/ed/Makefile
parent9270286d5a675a4924d94adaca4099441a3cae5a (diff)
downloadotools-d7f8dce37ecea2fa24883b58a8bbd5f25fb69221.tar.gz
ed: port to otools
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>