1ea022d16SRodney W. Grimes# @(#)Makefile 8.1 (Berkeley) 6/4/93 2ea022d16SRodney W. Grimes 34eb4663bSEnji Cooper.include <src.opts.mk> 44eb4663bSEnji Cooper 5ea022d16SRodney W. GrimesPROG= tftpd 6e865ab08SMarius StroblMAN= tftpd.8 7e865ab08SMarius StroblSRCS= tftp-file.c tftp-io.c tftp-options.c tftp-transfer.c tftp-utils.c 8e865ab08SMarius StroblSRCS+= tftpd.c 9fab3e10eSMarcel Moolenaar 104eb4663bSEnji Cooper.if ${MK_TCP_WRAPPERS} != "no" 114eb4663bSEnji CooperCFLAGS+= -DLIBWRAP 12ee5a34ecSBaptiste DaroussinLIBADD= wrap 134eb4663bSEnji Cooper.endif 14ea022d16SRodney W. Grimes 15*fd5882e1SJohn BaldwinCWARNFLAGS.gcc+= -Wno-format-nonliteral 16*fd5882e1SJohn Baldwin 17888651fcSAlan SomersHAS_TESTS= 18888651fcSAlan SomersSUBDIR.${MK_TESTS}+= tests 19888651fcSAlan Somers 20ea022d16SRodney W. Grimes.include <bsd.prog.mk> 21