aboutsummaryrefslogtreecommitdiff
path: root/libexec/tftpd
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/tftpd
parent3e08d559a869564e3397e171f38f89c737911a47 (diff)
Notes
Diffstat (limited to 'libexec/tftpd')
-rw-r--r--libexec/tftpd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libexec/tftpd/Makefile b/libexec/tftpd/Makefile
index 6036d4c0df44..6c29243a6663 100644
--- a/libexec/tftpd/Makefile
+++ b/libexec/tftpd/Makefile
@@ -5,7 +5,10 @@ PROG= tftpd
SRCS= tftpd.c tftpsubs.c
DPADD= ${LIBUTIL}
LDADD= -lutil
+
+WARNS?= 1
WFORMAT=0
+
MAN= tftpd.8
CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp
.PATH: ${.CURDIR}/../../usr.bin/tftp