summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-12-05 19:55:26 +0000
committered <ed@FreeBSD.org>2009-12-05 19:55:26 +0000
commita5eb90bf99d33893ee9c2c5b107bd8efac34f0bb (patch)
tree6a4f2953537bbe1a8089e32b522c1791c0e01808 /usr.bin
parent273027375e4d64770587fd64a7702736353c2848 (diff)
downloadFreeBSD-src-a5eb90bf99d33893ee9c2c5b107bd8efac34f0bb.zip
FreeBSD-src-a5eb90bf99d33893ee9c2c5b107bd8efac34f0bb.tar.gz
Add WARNS?=6, because it seems to build out of the box.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/users/Makefile2
1 files changed, 2 insertions, 0 deletions
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
OpenPOWER on IntegriCloud