summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rarpd
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2003-07-11 17:15:19 +0000
committermux <mux@FreeBSD.org>2003-07-11 17:15:19 +0000
commit5bb2f17f5dfb3e29a19ecd48adaf2b631295ffb6 (patch)
treed49c842d25968a79a20691cafec7e651f770df75 /usr.sbin/rarpd
parent37659ab0fb2b796381ad3adb287d57ff5b7125db (diff)
downloadFreeBSD-src-5bb2f17f5dfb3e29a19ecd48adaf2b631295ffb6.zip
FreeBSD-src-5bb2f17f5dfb3e29a19ecd48adaf2b631295ffb6.tar.gz
Lower WARNS to 3 so that this still compiles on non x86 architectures.
Diffstat (limited to 'usr.sbin/rarpd')
-rw-r--r--usr.sbin/rarpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rarpd/Makefile b/usr.sbin/rarpd/Makefile
index f5296b2..7f34457 100644
--- a/usr.sbin/rarpd/Makefile
+++ b/usr.sbin/rarpd/Makefile
@@ -4,7 +4,7 @@
PROG= rarpd
MAN= rarpd.8
-WARNS?= 5
+WARNS?= 3
# This breaks with format strings returned by expand_syslog_m().. argh!
#FORMAT_AUDIT?= 1
OpenPOWER on IntegriCloud