summaryrefslogtreecommitdiffstats
path: root/bin/ed
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2003-06-13 07:04:02 +0000
committermarkm <markm@FreeBSD.org>2003-06-13 07:04:02 +0000
commitaafc494847b97917d46fce44c7f5fce27242fe82 (patch)
tree1de4f9e75145b5952e3d782745a8d16b88850ed5 /bin/ed
parent6f638a74384903948dbaa4df249d983cc56be75c (diff)
downloadFreeBSD-src-aafc494847b97917d46fce44c7f5fce27242fe82.zip
FreeBSD-src-aafc494847b97917d46fce44c7f5fce27242fe82.tar.gz
Get this area compiling with the highest WARNS= that it works with.
Obsolete WFORMAT= junk also removed where possible. OK'ed by: obrien Tested on: sparc64, alpha, i386
Diffstat (limited to 'bin/ed')
-rw-r--r--bin/ed/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile
index 5409cc0..dd05eac 100644
--- a/bin/ed/Makefile
+++ b/bin/ed/Makefile
@@ -8,6 +8,7 @@ MLINKS= ed.1 red.1
.if exists(${.CURDIR}/../../crypto) && !defined(NO_OPENSSL)
DISTRIBUTION=crypto
CFLAGS+=-DDES
+WARNS= 2
DPADD= ${LIBCRYPTO}
LDADD= -lcrypto
.endif
OpenPOWER on IntegriCloud