xref: /freebsd/libexec/tftpd/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
14eb4663bSEnji Cooper.include <src.opts.mk>
24eb4663bSEnji Cooper
3ea022d16SRodney W. GrimesPROG=	tftpd
4e865ab08SMarius StroblMAN=	tftpd.8
5e865ab08SMarius StroblSRCS=	tftp-file.c tftp-io.c tftp-options.c tftp-transfer.c tftp-utils.c
6e865ab08SMarius StroblSRCS+=	tftpd.c
7fab3e10eSMarcel Moolenaar
84eb4663bSEnji Cooper.if ${MK_TCP_WRAPPERS} != "no"
94eb4663bSEnji CooperCFLAGS+=	-DLIBWRAP
10ee5a34ecSBaptiste DaroussinLIBADD=	wrap
114eb4663bSEnji Cooper.endif
12ea022d16SRodney W. Grimes
13*fd5882e1SJohn BaldwinCWARNFLAGS.gcc+=	-Wno-format-nonliteral
14*fd5882e1SJohn Baldwin
15888651fcSAlan SomersHAS_TESTS=
16888651fcSAlan SomersSUBDIR.${MK_TESTS}+= tests
17888651fcSAlan Somers
18ea022d16SRodney W. Grimes.include <bsd.prog.mk>
19