aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rup
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-06-06 12:41:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-06-06 12:41:25 +0000
commitb5d848796bf639d43895eccf45e8f683869e3bfa (patch)
treef2729930b8dc3fd7c6e5a1b9734ef8a17c9f392e /usr.bin/rup
parent1fbc22f5ed8dff44ef40e1fca0a2e2a398f831a2 (diff)
downloadsrc-b5d848796bf639d43895eccf45e8f683869e3bfa.tar.gz
src-b5d848796bf639d43895eccf45e8f683869e3bfa.zip
Bump level WARNINGS to 3
Notes
Notes: svn path=/head/; revision=284064
Diffstat (limited to 'usr.bin/rup')
-rw-r--r--usr.bin/rup/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/rup/Makefile b/usr.bin/rup/Makefile
index 4b5131e03c9c..54e114ee158f 100644
--- a/usr.bin/rup/Makefile
+++ b/usr.bin/rup/Makefile
@@ -2,8 +2,7 @@
PROG= rup
-WARNS?= 1
-
+WARNS?= 3
LIBADD= rpcsvc
.include <bsd.prog.mk>