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/ypcat/Makefile | |
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/ypcat/Makefile')
-rw-r--r-- | usr.bin/ypcat/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/ypcat/Makefile b/usr.bin/ypcat/Makefile index f1bd8e6..58ee690 100644 --- a/usr.bin/ypcat/Makefile +++ b/usr.bin/ypcat/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= ypcat -NO_WERROR=yes .include <bsd.prog.mk> |