From c677c22f8f3b0e36d040cd68d805465a9417efe3 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 23 Jul 2001 10:46:01 +0000 Subject: [PATCH] Unbreak world - comment out WARNS=2 - deadly warning on tgetstr --- 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 2718d1649e4..88b86cfdda8 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}