diff options
author | 2018-06-15 08:51:24 +0000 | |
---|---|---|
committer | 2018-06-15 08:51:24 +0000 | |
commit | 94c2781bb263a37c3d956682d1db4ec7e33d1c36 (patch) | |
tree | 4eed0bd17e864de3dc796034ec338a3113a0d88f | |
parent | Remove references to BACKWARDS. (diff) | |
download | wireguard-openbsd-94c2781bb263a37c3d956682d1db4ec7e33d1c36.tar.xz wireguard-openbsd-94c2781bb263a37c3d956682d1db4ec7e33d1c36.zip |
Remove BACKWARDS flag here as well.
Reminded by tb@
-rw-r--r-- | distrib/special/ed/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/special/ed/Makefile b/distrib/special/ed/Makefile index 891ad347964..2e544b47863 100644 --- a/distrib/special/ed/Makefile +++ b/distrib/special/ed/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.2 2009/10/28 07:36:49 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2018/06/15 08:51:24 martijn Exp $ PROG= ed -CFLAGS+=-DBACKWARDS SRCS= buf.c glbl.c io.c main.c re.c sub.c undo.c .PATH: ${.CURDIR}/../../../bin/ed |