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/top/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/top/Makefile')
-rw-r--r-- | usr.bin/top/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile index 3e42b1c..08343da 100644 --- a/usr.bin/top/Makefile +++ b/usr.bin/top/Makefile @@ -6,8 +6,6 @@ TOPDIR= ${.CURDIR}/../../contrib/top CFLAGS+= -DHAVE_GETOPT -DHAVE_STRERROR -I${.CURDIR} -I${TOPDIR} -I. -DORDER -WARNS?= 0 - # # The table size should be a prime number approximately twice as # large as the number of lines in /etc/passwd. The default number |