diff options
Diffstat (limited to 'usr.sbin/rarpd/Makefile')
-rw-r--r-- | usr.sbin/rarpd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/rarpd/Makefile b/usr.sbin/rarpd/Makefile index 7cf9693..8f3042e 100644 --- a/usr.sbin/rarpd/Makefile +++ b/usr.sbin/rarpd/Makefile @@ -5,5 +5,7 @@ PROG= rarpd MAN= rarpd.8 CFLAGS+= -DTFTP_DIR=\"/tftpboot\" +WARNS?= 2 +FORMAT_AUDIT?= 1 .include <bsd.prog.mk> |