From 099f8ecbe9e998c7d18349a9429e95b060ef3082 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 4 Dec 2001 01:57:47 +0000 Subject: Default to WARNS=2. Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike --- bin/date/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/date') diff --git a/bin/date/Makefile b/bin/date/Makefile index 8a1dc85..0a57e97 100644 --- a/bin/date/Makefile +++ b/bin/date/Makefile @@ -3,6 +3,7 @@ PROG= date SRCS= date.c netdate.c vary.c +WARNS= 0 DPADD= ${LIBUTIL} LDADD= -lutil -- cgit v1.1