1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198148
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>