From aafc494847b97917d46fce44c7f5fce27242fe82 Mon Sep 17 00:00:00 2001 From: markm Date: Fri, 13 Jun 2003 07:04:02 +0000 Subject: 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 --- bin/ed/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/ed') 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 -- cgit v1.1