diff options
author | Mark Murray <markm@FreeBSD.org> | 2002-02-08 23:07:37 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2002-02-08 23:07:37 +0000 |
commit | e35f9517d68206de4367fdb8d044e6dfebaf372d (patch) | |
tree | a62c079304610302873bcc77cfa62f2f2d364722 /usr.bin/calendar | |
parent | 91bd71d2060cd302015f7dd6e7b891014552dba4 (diff) |
Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.
Notes
Notes:
svn path=/head/; revision=90416
Diffstat (limited to 'usr.bin/calendar')
-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 e1add30d301a..588b37dcf6f9 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 -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 |