]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/tftp/Makefile
Merge ACPICA 20091112.
[FreeBSD/FreeBSD.git] / usr.bin / tftp / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 PROG=   tftp
5 SRCS=   main.c tftp.c tftpsubs.c
6 DPADD=  ${LIBEDIT} ${LIBTERMCAP}
7 LDADD=  -ledit -ltermcap
8
9 .include <bsd.prog.mk>