]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - libexec/tftpd/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / libexec / tftpd / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 PROG=   tftpd
5 MAN=    tftpd.8
6 SRCS=   tftp-file.c tftp-io.c tftp-options.c tftp-transfer.c tftp-utils.c
7 SRCS+=  tftpd.c
8 WFORMAT=0
9
10 DPADD=  ${LIBWRAP}
11 LDADD=  -lwrap
12
13 .include <bsd.prog.mk>