aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2002-02-08 23:07:37 +0000
committerMark Murray <markm@FreeBSD.org>2002-02-08 23:07:37 +0000
commite35f9517d68206de4367fdb8d044e6dfebaf372d (patch)
treea62c079304610302873bcc77cfa62f2f2d364722 /usr.bin/systat/Makefile
parent91bd71d2060cd302015f7dd6e7b891014552dba4 (diff)
Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.
Notes
Notes: svn path=/head/; revision=90416
Diffstat (limited to 'usr.bin/systat/Makefile')
-rw-r--r--usr.bin/systat/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile
index e3fe0c982925..80f7bc31cbbd 100644
--- a/usr.bin/systat/Makefile
+++ b/usr.bin/systat/Makefile
@@ -5,7 +5,6 @@ PROG= systat
SRCS= cmds.c cmdtab.c devs.c fetch.c iostat.c keyboard.c main.c \
mbufs.c netcmds.c netstat.c pigs.c swap.c icmp.c mode.c ip.c tcp.c \
vmstat.c
-NO_WERROR=yes
DPADD= ${LIBCURSES} ${LIBM} ${LIBKVM} ${LIBDEVSTAT}
LDADD= -lcurses -lm -lkvm -ldevstat