From a5eb90bf99d33893ee9c2c5b107bd8efac34f0bb Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 5 Dec 2009 19:55:26 +0000 Subject: Add WARNS?=6, because it seems to build out of the box. --- usr.bin/users/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin') diff --git a/usr.bin/users/Makefile b/usr.bin/users/Makefile index 53274b9..d9ea431 100644 --- a/usr.bin/users/Makefile +++ b/usr.bin/users/Makefile @@ -3,6 +3,8 @@ PROG= users +WARNS?= 6 + DPADD= ${LIBULOG} LDADD= -lulog -- cgit v1.1