summaryrefslogtreecommitdiff
path: root/bin/ed
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-01-28 16:31:23 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-01-28 16:31:23 +0000
commitb4b4b5304bd22eab265c9c049cb7fc6b55c4ef3f (patch)
treea8d124dc38a62ea5dc6b53adb9ecd945bedab668 /bin/ed
parent814aaaa7da4dab462d90e12e7b48b75f2093ccfd (diff)
downloadsrc-test-b4b4b5304bd22eab265c9c049cb7fc6b55c4ef3f.tar.gz
src-test-b4b4b5304bd22eab265c9c049cb7fc6b55c4ef3f.zip
Revert crap accidentally committed
Notes
Notes: svn path=/head/; revision=312927
Diffstat (limited to 'bin/ed')
-rw-r--r--bin/ed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile
index b5905e3e5e4e0..40e06134e87d9 100644
--- a/bin/ed/Makefile
+++ b/bin/ed/Makefile
@@ -9,7 +9,7 @@ LINKS= ${BINDIR}/ed ${BINDIR}/red
MLINKS= ed.1 red.1
.if ${MK_OPENSSL} != "no" && ${MK_ED_CRYPTO} != "no"
-CFLAGS+=-DDES -I/usr/include/private/openssl
+CFLAGS+=-DDES
LIBADD= crypto
.endif