]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - libexec/tftpd/Makefile
MFC r330696, r330709, r330742, r331358
[FreeBSD/stable/10.git] / libexec / tftpd / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 PROG=   tftpd
7 MAN=    tftpd.8
8 SRCS=   tftp-file.c tftp-io.c tftp-options.c tftp-transfer.c tftp-utils.c
9 SRCS+=  tftpd.c
10 WFORMAT=0
11
12 .if ${MK_TCP_WRAPPERS} != "no"
13 CFLAGS+=        -DLIBWRAP
14 DPADD+=         ${LIBWRAP}
15 LDADD+=         -lwrap
16 .endif
17
18 HAS_TESTS=
19 SUBDIR.${MK_TESTS}+= tests
20
21 .include <bsd.prog.mk>