Removed redundant WARNS setting.

Submitted by:	Ulrich Spörlein
This commit is contained in:
ru 2009-10-15 18:17:29 +00:00
parent 45cfef0441
commit 4d8f1d73c3
2 changed files with 0 additions and 2 deletions

View File

@ -2,6 +2,5 @@
# $FreeBSD$ # $FreeBSD$
PROG= cat PROG= cat
WARNS?= 6
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

@ -1,6 +1,5 @@
# $FreeBSD$ # $FreeBSD$
PROG= uuidgen PROG= uuidgen
WARNS?= 6
.include <bsd.prog.mk> .include <bsd.prog.mk>