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/date/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin/date') diff --git a/bin/date/Makefile b/bin/date/Makefile index dfd3fb4..8a1dc85 100644 --- a/bin/date/Makefile +++ b/bin/date/Makefile @@ -3,8 +3,6 @@ PROG= date SRCS= date.c netdate.c vary.c -WARNS= 0 -WFORMAT=0 DPADD= ${LIBUTIL} LDADD= -lutil -- cgit v1.1