]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - libexec/tftpd/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.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 LDFLAGS= -lwrap
10
11 .include <bsd.prog.mk>