From 489e722a103c74716464a9fba0f08d1c5c8ac22a Mon Sep 17 00:00:00 2001 From: mux Date: Sun, 7 Dec 2003 21:34:56 +0000 Subject: The uuidgen(1) program is WARNS=6 clean, so flag it as such. Tested on: i386, sparc64 --- bin/uuidgen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/uuidgen/Makefile') diff --git a/bin/uuidgen/Makefile b/bin/uuidgen/Makefile index 81459e2..370241d 100644 --- a/bin/uuidgen/Makefile +++ b/bin/uuidgen/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ PROG= uuidgen -WARNS?= 4 +WARNS?= 6 .include -- cgit v1.1