diff options
-rw-r--r-- | usr.sbin/watch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/watch/Makefile b/usr.sbin/watch/Makefile index 88b86cf..2718d16 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} |