Removed redundant WARNS setting.

Submitted by:	Ulrich Spörlein
This commit is contained in:
Ruslan Ermilov 2009-10-15 18:17:29 +00:00
parent ed8c4b44e6
commit 92573623b9
2 changed files with 0 additions and 2 deletions

View File

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

View File

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