The uuidgen(1) program is WARNS=6 clean, so flag it as such.

Tested on:	i386, sparc64
This commit is contained in:
mux 2003-12-07 21:34:56 +00:00
parent 89b1ef2eaa
commit 489e722a10
2 changed files with 2 additions and 2 deletions

View File

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

View File

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