summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-12-02 22:44:14 +0000
committermarkm <markm@FreeBSD.org>2001-12-02 22:44:14 +0000
commit18cc007439fd4537b38b0a18777997e42808118b (patch)
treecdf9c2578aa28f8e4998863c56d35764b6ec1500 /usr.bin/calendar/Makefile
parentc73844e02d229e510b00a5df2f361eb43b38c8de (diff)
downloadFreeBSD-src-18cc007439fd4537b38b0a18777997e42808118b.zip
FreeBSD-src-18cc007439fd4537b38b0a18777997e42808118b.tar.gz
WARNS=2 fixup (mostly. Some are Hard To Fix(tm), so NO_WERROR is set)
Use __FBSDID(). Sort some headers.
Diffstat (limited to 'usr.bin/calendar/Makefile')
-rw-r--r--usr.bin/calendar/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/calendar/Makefile b/usr.bin/calendar/Makefile
index 13cc676..1473d04 100644
--- a/usr.bin/calendar/Makefile
+++ b/usr.bin/calendar/Makefile
@@ -3,7 +3,8 @@
PROG= calendar
SRCS= calendar.c io.c day.c ostern.c paskha.c
-CFLAGS+= -Wall
+WARNS?= 2
+NO_WERROR= yes
INTER= de_DE.ISO8859-1 hr_HR.ISO8859-2 ru_RU.KOI8-R
DE_LINKS= de_DE.ISO_8859-1 de_DE.ISO8859-15 de_DE.ISO_8859-15
HR_LINKS= hr_HR.ISO_8859-2
OpenPOWER on IntegriCloud