freebsd-dev/usr.bin/tftp/Makefile

9 lines
140 B
Makefile
Raw Normal View History

2001-10-19 00:23:07 +00:00
# $FreeBSD$
1994-05-27 12:33:43 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= tftp
SRCS= main.c tftp.c tftpsubs.c
2001-10-19 00:23:07 +00:00
LDADD= -ledit -ltermcap
1994-05-27 12:33:43 +00:00
.include <bsd.prog.mk>