diff options
Diffstat (limited to 'usr.bin/systat')
-rw-r--r-- | usr.bin/systat/Makefile | 2 |
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 |