aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rtprio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/rtprio/Makefile')
-rw-r--r--usr.sbin/rtprio/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/rtprio/Makefile b/usr.sbin/rtprio/Makefile
index ebc7bd1a37cc..b612f2bc974b 100644
--- a/usr.sbin/rtprio/Makefile
+++ b/usr.sbin/rtprio/Makefile
@@ -5,4 +5,6 @@ PROG= rtprio
LINKS= ${BINDIR}/rtprio ${BINDIR}/idprio
MLINKS= rtprio.1 idprio.1
+WARNS?= 2
+
.include <bsd.prog.mk>