]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - libexec/tftpd/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / libexec / tftpd / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 PROG=   tftpd
5 SRCS=   tftpd.c tftpsubs.c
6 DPADD=  ${LIBUTIL}
7 LDADD=  -lutil
8 WFORMAT=0
9 MAN=    tftpd.8
10 CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp
11 .PATH:  ${.CURDIR}/../../usr.bin/tftp
12
13 .include <bsd.prog.mk>