summaryrefslogtreecommitdiffstats
path: root/bin/ed/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-07-20 10:24:09 +0000
committerru <ru@FreeBSD.org>2003-07-20 10:24:09 +0000
commit8ad48d0b8153eaa31c20cba4a1bd0e7b9a614740 (patch)
tree175b27044d8b31e547aa6a1c6444fdfe8f4ee9a5 /bin/ed/Makefile
parent9cfef4758da1e61017f6dd00d4929ed09a2df666 (diff)
downloadFreeBSD-src-8ad48d0b8153eaa31c20cba4a1bd0e7b9a614740.zip
FreeBSD-src-8ad48d0b8153eaa31c20cba4a1bd0e7b9a614740.tar.gz
Make this code WARNS=6 clean again (after GCC 3.1.1 import).
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Diffstat (limited to 'bin/ed/Makefile')
-rw-r--r--bin/ed/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile
index de1d285..8455461 100644
--- a/bin/ed/Makefile
+++ b/bin/ed/Makefile
@@ -8,7 +8,6 @@ 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