diff options
author | Martijn van Duren <martijn@cvs.openbsd.org> | 2018-06-15 08:46:25 +0000 |
---|---|---|
committer | Martijn van Duren <martijn@cvs.openbsd.org> | 2018-06-15 08:46:25 +0000 |
commit | 0ffdf59973841cc20a6b2709829759d6ae161d8e (patch) | |
tree | 30926bdae9df50f948f2ffd532b62c545d0f8988 /bin/ed/Makefile | |
parent | 43b9fc544d178f6f35f6bc2c831f66154eac7bca (diff) |
Remove references to BACKWARDS.
OK tb@
Diffstat (limited to 'bin/ed/Makefile')
-rw-r--r-- | bin/ed/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile index 6e641811d8a..bf60cf2e25b 100644 --- a/bin/ed/Makefile +++ b/bin/ed/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.11 2014/05/24 01:35:55 daniel Exp $ +# $OpenBSD: Makefile,v 1.12 2018/06/15 08:46:24 martijn Exp $ PROG= ed -CFLAGS+=-DBACKWARDS SRCS= buf.c glbl.c io.c main.c re.c sub.c undo.c .include <bsd.prog.mk> |