]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.bin/tftp/Makefile
MFC: r213053
[FreeBSD/stable/8.git] / usr.bin / tftp / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 WARNS=  3
5 PROG=   tftp
6 SRCS=   main.c tftp.c tftp-utils.c tftp-io.c tftp-file.c tftp-transfer.c tftp-options.c
7 DPADD=  ${LIBEDIT} ${LIBTERMCAP}
8 LDADD=  -ledit -ltermcap
9 CFLAGS+=-I${.CURDIR}/../../libexec/tftpd -I${.CURDIR}/../../usr.bin/tftp
10 .PATH:  ${.CURDIR}/../../libexec/tftpd
11
12 .include <bsd.prog.mk>