diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 09:50:19 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 09:50:19 +0000 |
| commit | 1100c0013116f4af50d7a5b8bf23db2a13892714 (patch) | |
| tree | 51df4f210477ce05c47ea90818f4ca05c7479989 /libexec/tftpd | |
| parent | 3e08d559a869564e3397e171f38f89c737911a47 (diff) | |
Notes
Diffstat (limited to 'libexec/tftpd')
| -rw-r--r-- | libexec/tftpd/Makefile | 3 |
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 |
