This commit was generated by cvs2svn to compensate for changes in r55357,
[dragonfly.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 MAN8=   tftpd.8
9 CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp
10 .PATH:  ${.CURDIR}/../../usr.bin/tftp
11
12 .include <bsd.prog.mk>