From 763b9ae1f84c34313cd6617611f6269bfa151b66 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 19 Oct 2009 16:00:24 +0000 Subject: Switch the default WARNS level for sbin/ to 6. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Submitted by: Ulrich Spörlein --- sbin/swapon/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sbin/swapon') diff --git a/sbin/swapon/Makefile b/sbin/swapon/Makefile index 6f8e8df..09f54b7 100644 --- a/sbin/swapon/Makefile +++ b/sbin/swapon/Makefile @@ -8,6 +8,7 @@ LINKS+= ${BINDIR}/swapon ${BINDIR}/swapctl MLINKS= swapon.8 swapoff.8 MLINKS+=swapon.8 swapctl.8 +WARNS?= 2 DPADD= ${LIBUTIL} LDADD= -lutil -- cgit v1.1