diff options
Diffstat (limited to 'lib/libcalendar/Makefile')
-rw-r--r-- | lib/libcalendar/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcalendar/Makefile b/lib/libcalendar/Makefile index 601b77cbe5ca..8bba20b726ba 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> |