summaryrefslogtreecommitdiff
path: root/bin/ed/Makefile
diff options
context:
space:
mode:
authorMartijn van Duren <martijn@cvs.openbsd.org>2018-06-15 08:46:25 +0000
committerMartijn van Duren <martijn@cvs.openbsd.org>2018-06-15 08:46:25 +0000
commit0ffdf59973841cc20a6b2709829759d6ae161d8e (patch)
tree30926bdae9df50f948f2ffd532b62c545d0f8988 /bin/ed/Makefile
parent43b9fc544d178f6f35f6bc2c831f66154eac7bca (diff)
Remove references to BACKWARDS.
OK tb@
Diffstat (limited to 'bin/ed/Makefile')
-rw-r--r--bin/ed/Makefile3
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>