diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-14 17:07:06 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-14 17:07:06 +0300 |
commit | d7f8dce37ecea2fa24883b58a8bbd5f25fb69221 (patch) | |
tree | 34f8326573d65b5cf5704bf4c9fb4c3e36f106ec /bin/ed/Makefile | |
parent | 9270286d5a675a4924d94adaca4099441a3cae5a (diff) | |
download | otools-d7f8dce37ecea2fa24883b58a8bbd5f25fb69221.tar.gz |
ed: port to otools
Diffstat (limited to 'bin/ed/Makefile')
-rw-r--r-- | bin/ed/Makefile | 6 |
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> |