boot - Use ether_sprintf() where appropriate.
[dragonfly.git] / usr.bin / tftp / Makefile
blobd7eccfe27b987e118cb682963d4e85de34764021
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
3 PROG= tftp
4 SRCS= main.c tftp.c tftpsubs.c
5 DPADD= ${LIBEDIT} ${LIBTERMCAP}
6 LDADD= -ledit -ltermcap
8 .include <bsd.prog.mk>