diff options
author | markm <markm@FreeBSD.org> | 2002-02-08 23:07:37 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2002-02-08 23:07:37 +0000 |
commit | 31d81e4fbc4270168e5dc8e3df773fb37ae7b42a (patch) | |
tree | a62c079304610302873bcc77cfa62f2f2d364722 /usr.bin/colldef | |
parent | ae2558974f63663ca102c7a2807d83ad115d1fde (diff) | |
download | FreeBSD-src-31d81e4fbc4270168e5dc8e3df773fb37ae7b42a.zip FreeBSD-src-31d81e4fbc4270168e5dc8e3df773fb37ae7b42a.tar.gz |
Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.
Diffstat (limited to 'usr.bin/colldef')
-rw-r--r-- | usr.bin/colldef/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile index 5f9b2d3..6cb213f 100644 --- a/usr.bin/colldef/Makefile +++ b/usr.bin/colldef/Makefile @@ -2,7 +2,6 @@ PROG= colldef SRCS= parse.y scan.l y.tab.h -NO_WERROR=yes LFLAGS= -8 -i CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../lib/libc/locale CFLAGS+=-DCOLLATE_DEBUG -DYY_NO_UNPUT |