]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/tftpd/Makefile
This commit was generated by cvs2svn to compensate for changes in r101613,
[FreeBSD/FreeBSD.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>