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 +- usr.bin/uuidgen/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/usr.bin/uuidgen/Makefile b/usr.bin/uuidgen/Makefile index 81459e2..370241d 100644 --- a/usr.bin/uuidgen/Makefile +++ b/usr.bin/uuidgen/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ PROG= uuidgen -WARNS?= 4 +WARNS?= 6 .include -- cgit v1.1