diff options
author | Mark Murray <markm@FreeBSD.org> | 2002-02-08 22:31:43 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2002-02-08 22:31:43 +0000 |
commit | 91bd71d2060cd302015f7dd6e7b891014552dba4 (patch) | |
tree | aa16787e0c6c78a7e6e414ce1af3f40bac42f8e5 /usr.bin/calendar/Makefile | |
parent | 2bbc414f5213e098c54d3ef1bd9735eb1aeed646 (diff) |
Remove leaf node WARNS?=2 (that mainly I added). This should
help the GCC3 transition and CURRENT in general.
Notes
Notes:
svn path=/head/; revision=90415
Diffstat (limited to 'usr.bin/calendar/Makefile')
-rw-r--r-- | usr.bin/calendar/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/calendar/Makefile b/usr.bin/calendar/Makefile index 1473d04009d9..e1add30d301a 100644 --- a/usr.bin/calendar/Makefile +++ b/usr.bin/calendar/Makefile @@ -3,7 +3,6 @@ PROG= calendar SRCS= calendar.c io.c day.c ostern.c paskha.c -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 |