summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-07-20 12:26:24 +0000
committerru <ru@FreeBSD.org>2003-07-20 12:26:24 +0000
commit14e655afc350127965e00e55b29fd97b1fc36791 (patch)
treedf49e4b14d7111fc71ee129aaaed78118fa6ecf5 /bin
parent975f59894ebe56666e6d3d98f0aafce9a5fcc635 (diff)
downloadFreeBSD-src-14e655afc350127965e00e55b29fd97b1fc36791.zip
FreeBSD-src-14e655afc350127965e00e55b29fd97b1fc36791.tar.gz
This code isn't WARNS=6 clean in the standard (crypto) case
due to bugs in OpenSSL headers. I was testing in the wrong environmement: standalone build without crypto/ sources.
Diffstat (limited to 'bin')
-rw-r--r--bin/ed/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile
index 8455461..6bc9343 100644
--- a/bin/ed/Makefile
+++ b/bin/ed/Makefile
@@ -8,6 +8,7 @@ MLINKS= ed.1 red.1
.if exists(${.CURDIR}/../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
DISTRIBUTION=crypto
CFLAGS+=-DDES
+WARNS?= 2
DPADD= ${LIBCRYPTO}
LDADD= -lcrypto
.endif
OpenPOWER on IntegriCloud