diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2010-10-04 19:51:16 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2010-10-04 19:51:16 +0000 |
| commit | 7568141cb681c29c8cb60691b23256dc560d92d6 (patch) | |
| tree | 0b2585145cceca247ce82072c9298b6492981cad /libexec/tftpd | |
| parent | 302bc3b614d4ea3740134f16ecdd844917258ff5 (diff) | |
Notes
Diffstat (limited to 'libexec/tftpd')
| -rw-r--r-- | libexec/tftpd/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/libexec/tftpd/Makefile b/libexec/tftpd/Makefile index 656f5bda9561..48c5e0dc08d7 100644 --- a/libexec/tftpd/Makefile +++ b/libexec/tftpd/Makefile @@ -2,13 +2,11 @@ # $FreeBSD$ PROG= tftpd -SRCS= tftpd.c tftp-io.c tftp-utils.c tftp-file.c tftp-transfer.c tftp-options.c +MAN= tftpd.8 +SRCS= tftp-file.c tftp-io.c tftp-options.c tftp-transfer.c tftp-utils.c +SRCS+= tftpd.c WARNS= 3 WFORMAT=0 -MAN= tftpd.8 -CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp -I${.CURDIR}/../../libexec/tftpd -.PATH: ${.CURDIR}/../../usr.bin/tftp -COPTFLAGS = -O LDFLAGS= -lwrap .include <bsd.prog.mk> |
