From f48a417b24490b3bdb96ce9c6e4cb48b5dc82437 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Sun, 16 Mar 2008 08:06:36 +0000 Subject: [PATCH] mixer(8) is WARNS=6 clean since 1.25. Tested with: 'make universe' --- usr.sbin/mixer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/mixer/Makefile b/usr.sbin/mixer/Makefile index e86fceec116e..deb353941e4a 100644 --- a/usr.sbin/mixer/Makefile +++ b/usr.sbin/mixer/Makefile @@ -3,6 +3,6 @@ PROG= mixer MAN= mixer.8 -WARNS?= 2 +WARNS?= 6 .include