From ebbfa5188aac3cf558a847197219175a575764ec Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 17 Jan 2010 21:56:27 +0000 Subject: Raise WARNS for various tools where possible. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Submitted by: Marius NĂ¼nnerich --- sbin/swapon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/swapon') diff --git a/sbin/swapon/Makefile b/sbin/swapon/Makefile index 09f54b7..7442281 100644 --- a/sbin/swapon/Makefile +++ b/sbin/swapon/Makefile @@ -8,7 +8,7 @@ LINKS+= ${BINDIR}/swapon ${BINDIR}/swapctl MLINKS= swapon.8 swapoff.8 MLINKS+=swapon.8 swapctl.8 -WARNS?= 2 +WARNS?= 3 DPADD= ${LIBUTIL} LDADD= -lutil -- cgit v1.1