aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2010-01-02 10:27:05 +0000
committerEd Schouten <ed@FreeBSD.org>2010-01-02 10:27:05 +0000
commitb7946da96b4498519f66f3f5fe72d1474bf13f7d (patch)
tree756926e3b5383e94680dcfd7df8fd002f56e1dd7 /usr.bin/systat
parent01cc221b4cb01158146875b6acbd412cbbef4a88 (diff)
Build usr.bin/ with WARNS=6 by default.
Also add some missing $FreeBSD$ to keep svn happy.
Notes
Notes: svn path=/head/; revision=201386
Diffstat (limited to 'usr.bin/systat')
-rw-r--r--usr.bin/systat/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile
index d89399ca2238..5ecac6e00965 100644
--- a/usr.bin/systat/Makefile
+++ b/usr.bin/systat/Makefile
@@ -14,6 +14,8 @@ SRCS+= icmp6.c ip6.c
CFLAGS+= -DINET6
.endif
+WARNS?= 0
+
DPADD= ${LIBCURSES} ${LIBM} ${LIBDEVSTAT} ${LIBKVM} ${LIBULOG}
LDADD= -lcursesw -lm -ldevstat -lkvm -lulog