Lower WARNS to 3 so that this still compiles on non x86 architectures.

This commit is contained in:
Maxime Henrion 2003-07-11 17:15:19 +00:00
parent 08ebe101d2
commit 3c322bdfbf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117452

View File

@ -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