summaryrefslogtreecommitdiffstats
path: root/usr.sbin/watch/Makefile
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-15 11:03:28 +0000
committerdd <dd@FreeBSD.org>2001-07-15 11:03:28 +0000
commit12b65467267e8a91ecdb91cf32e1f650388a402a (patch)
tree6ee793466e4efb609b8e5d4e3a6e1474fbdb115e /usr.sbin/watch/Makefile
parent0f445ae1d83d6bfe35452025601e4d5b12dd9fc2 (diff)
downloadFreeBSD-src-12b65467267e8a91ecdb91cf32e1f650388a402a.zip
FreeBSD-src-12b65467267e8a91ecdb91cf32e1f650388a402a.tar.gz
Add prototypes, staticize, constify, don't shadow global variables and
functions, remove an unused function, and silence other assorted warnings. Set WARNS=2.
Diffstat (limited to 'usr.sbin/watch/Makefile')
-rw-r--r--usr.sbin/watch/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/watch/Makefile b/usr.sbin/watch/Makefile
index 66f9e04..7dc34a4 100644
--- a/usr.sbin/watch/Makefile
+++ b/usr.sbin/watch/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
PROG= watch
+WARNS?= 2
MAN= watch.8
LDADD+= -ltermcap
DPADD+= ${LIBTERMCAP}
OpenPOWER on IntegriCloud