diff options
author | ed <ed@FreeBSD.org> | 2010-01-02 10:27:05 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2010-01-02 10:27:05 +0000 |
commit | 9b380e30d4e06cf0243e311871dc27cfa4a6354a (patch) | |
tree | 756926e3b5383e94680dcfd7df8fd002f56e1dd7 /usr.bin/top | |
parent | 14b790b0cfcd233769de066dd78e637bf80713dc (diff) | |
download | FreeBSD-src-9b380e30d4e06cf0243e311871dc27cfa4a6354a.zip FreeBSD-src-9b380e30d4e06cf0243e311871dc27cfa4a6354a.tar.gz |
Build usr.bin/ with WARNS=6 by default.
Also add some missing $FreeBSD$ to keep svn happy.
Diffstat (limited to 'usr.bin/top')
-rw-r--r-- | usr.bin/top/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile index 182714a..864473f 100644 --- a/usr.bin/top/Makefile +++ b/usr.bin/top/Makefile @@ -10,6 +10,8 @@ SRCS+= sigdesc.h top.local.h CFLAGS+= -DHAVE_GETOPT -DHAVE_STRERROR -DORDER CFLAGS+= -I${.CURDIR} -I${TOPDIR} -I. +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 |