aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/watch
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-07-23 10:46:01 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-07-23 10:46:01 +0000
commitc677c22f8f3b0e36d040cd68d805465a9417efe3 (patch)
tree532a5482c056402707a1c453f78da7fcf629408f /usr.sbin/watch
parent72888a7d6c8171c523fe58f645c34fe3450c9229 (diff)
downloadsrc-c677c22f8f3b0e36d040cd68d805465a9417efe3.tar.gz
src-c677c22f8f3b0e36d040cd68d805465a9417efe3.zip
Unbreak world - comment out WARNS=2 - deadly warning on tgetstr
Notes
Notes: svn path=/head/; revision=80200
Diffstat (limited to 'usr.sbin/watch')
-rw-r--r--usr.sbin/watch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/watch/Makefile b/usr.sbin/watch/Makefile
index 2718d1649e4e..88b86cfdda82 100644
--- a/usr.sbin/watch/Makefile
+++ b/usr.sbin/watch/Makefile
@@ -3,7 +3,7 @@
PROG= watch
MAN= watch.8
-WARNS?= 2
+#WARNS?= 2
LDADD= -ltermcap
DPADD= ${LIBTERMCAP}