From 3036a6b85c8b5313dbfde0e50fbe7601c32ca306 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 23 Jul 2001 12:38:00 +0000 Subject: [PATCH] Back out WARNS commenting - local fault --- usr.sbin/watch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/watch/Makefile b/usr.sbin/watch/Makefile index 88b86cfdda8..2718d1649e4 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}