diff options
author | Maxime Henrion <mux@FreeBSD.org> | 2003-07-11 14:13:21 +0000 |
---|---|---|
committer | Maxime Henrion <mux@FreeBSD.org> | 2003-07-11 14:13:21 +0000 |
commit | cd025b3cd75e7e11b044e05e6f3ab6dfb8fa7c1e (patch) | |
tree | 23f55de2065afe3dacbcbc11a43cfadef43b2891 /usr.sbin/rarpd/Makefile | |
parent | 558d6f9a601eef6a903f943352c06d6aa1c1a1c8 (diff) | |
download | src-test2-cd025b3cd75e7e11b044e05e6f3ab6dfb8fa7c1e.tar.gz src-test2-cd025b3cd75e7e11b044e05e6f3ab6dfb8fa7c1e.zip |
Notes
Diffstat (limited to 'usr.sbin/rarpd/Makefile')
-rw-r--r-- | usr.sbin/rarpd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rarpd/Makefile b/usr.sbin/rarpd/Makefile index e94ad62869fb..f5296b25b9e6 100644 --- a/usr.sbin/rarpd/Makefile +++ b/usr.sbin/rarpd/Makefile @@ -4,9 +4,8 @@ PROG= rarpd MAN= rarpd.8 -WARNS?= 2 +WARNS?= 5 # This breaks with format strings returned by expand_syslog_m().. argh! #FORMAT_AUDIT?= 1 -CFLAGS+= -DTFTP_DIR=\"/tftpboot\" .include <bsd.prog.mk> |