xref: /freebsd/usr.bin/tftp/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1*64c2a712SDag-Erling Smørgrav.include <src.opts.mk>
2*64c2a712SDag-Erling Smørgrav
3a35f04fbSWarner Losh.PATH: ${SRCTOP}/libexec/tftpd
4e865ab08SMarius Strobl
59b50d902SRodney W. GrimesPROG=	tftp
6e865ab08SMarius StroblSRCS=	main.c tftp-file.c tftp-io.c tftp-options.c tftp-transfer.c
7e865ab08SMarius StroblSRCS+=	tftp-utils.c tftp.c
8a35f04fbSWarner LoshCFLAGS+=-I${SRCTOP}/libexec/tftpd
93e11bd9eSBaptiste Daroussin
103e11bd9eSBaptiste DaroussinLIBADD=	edit
119b50d902SRodney W. Grimes
12*64c2a712SDag-Erling SmørgravHAS_TESTS=
13*64c2a712SDag-Erling SmørgravSUBDIR.${MK_TESTS}=	tests
14*64c2a712SDag-Erling Smørgrav
159b50d902SRodney W. Grimes.include <bsd.prog.mk>
16