From 8e6509f3031004fa59c095227eaa1176db821727 Mon Sep 17 00:00:00 2001 From: swildner Date: Thu, 13 Sep 2007 13:55:35 +0000 Subject: [PATCH] Remove NO_WERROR. --- usr.sbin/watch/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.sbin/watch/Makefile b/usr.sbin/watch/Makefile index b1252c2fca..a9787b24d1 100644 --- a/usr.sbin/watch/Makefile +++ b/usr.sbin/watch/Makefile @@ -1,11 +1,10 @@ # $FreeBSD: src/usr.sbin/watch/Makefile,v 1.8.2.2 2002/03/11 01:26:42 dd Exp $ -# $DragonFly: src/usr.sbin/watch/Makefile,v 1.3 2005/01/17 01:49:24 cpressey Exp $ +# $DragonFly: src/usr.sbin/watch/Makefile,v 1.4 2007/09/13 13:55:35 swildner Exp $ PROG= watch MAN= watch.8 WARNS?= 6 -NO_WERROR= yes LDADD= -ltermcap DPADD= ${LIBTERMCAP} -- 2.11.4.GIT