summaryrefslogtreecommitdiff
path: root/libexec/tftp-proxy
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2010-01-02 09:50:19 +0000
committerEd Schouten <ed@FreeBSD.org>2010-01-02 09:50:19 +0000
commit1100c0013116f4af50d7a5b8bf23db2a13892714 (patch)
tree51df4f210477ce05c47ea90818f4ca05c7479989 /libexec/tftp-proxy
parent3e08d559a869564e3397e171f38f89c737911a47 (diff)
Notes
Diffstat (limited to 'libexec/tftp-proxy')
-rw-r--r--libexec/tftp-proxy/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/tftp-proxy/Makefile b/libexec/tftp-proxy/Makefile
index 45d806857ef8..d8541c4b818e 100644
--- a/libexec/tftp-proxy/Makefile
+++ b/libexec/tftp-proxy/Makefile
@@ -6,4 +6,6 @@ PROG= tftp-proxy
SRCS= tftp-proxy.c filter.c
MAN= tftp-proxy.8
+WARNS?= 3
+
.include <bsd.prog.mk>