]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - libexec/tftpd/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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 MAN=    tftpd.8
9 CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp
10 .PATH:  ${.CURDIR}/../../usr.bin/tftp
11
12 .include <bsd.prog.mk>