summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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