summaryrefslogtreecommitdiffstats
path: root/lib/libcalendar/Makefile
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-15 06:46:02 +0000
committerdd <dd@FreeBSD.org>2001-07-15 06:46:02 +0000
commit7dc7a926d05abd173e28182570dba67956be9f20 (patch)
tree4034bc36a089032f886a9523e6c1f3e11d39d5e6 /lib/libcalendar/Makefile
parent12905cca18a426ad61e22cdda820116f6b9ecfcf (diff)
downloadFreeBSD-src-7dc7a926d05abd173e28182570dba67956be9f20.zip
FreeBSD-src-7dc7a926d05abd173e28182570dba67956be9f20.tar.gz
Set WARNS=2 on libraries that compile cleanly with it.
Submitted by: Mike Barcroft <mike@q9media.com>
Diffstat (limited to 'lib/libcalendar/Makefile')
-rw-r--r--lib/libcalendar/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcalendar/Makefile b/lib/libcalendar/Makefile
index 601b77c..8bba20b 100644
--- a/lib/libcalendar/Makefile
+++ b/lib/libcalendar/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
LIB= calendar
+WARNS?= 2
SRCS= calendar.c easter.c
INCS= calendar.h
@@ -12,6 +13,4 @@ MLINKS= calendar.3 easterg.3 calendar.3 easterog.3 calendar.3 easteroj.3 \
calendar.3 ndaysg.3 calendar.3 ndaysj.3 \
calendar.3 week.3 calendar.3 weekday.3
-CFLAGS+=-I. -I${.CURDIR} -Wall
-
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud