]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/tftp/Makefile
use long manpage URL (broken in last commit)
[FreeBSD/FreeBSD.git] / usr.bin / tftp / Makefile
1
2 .include <src.opts.mk>
3
4 .PATH: ${SRCTOP}/libexec/tftpd
5
6 PROG=   tftp
7 SRCS=   main.c tftp-file.c tftp-io.c tftp-options.c tftp-transfer.c
8 SRCS+=  tftp-utils.c tftp.c
9 CFLAGS+=-I${SRCTOP}/libexec/tftpd
10
11 LIBADD= edit
12
13 HAS_TESTS=
14 SUBDIR.${MK_TESTS}=     tests
15
16 .include <bsd.prog.mk>