summaryrefslogtreecommitdiffstats
path: root/usr.bin/tftp/Makefile
blob: 91d95dfb0b0daf4ec76b7c48d73b6c7eed32a85f (plain)
1
2
3
4
5
6
7
8
9
10
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$

PROG=	tftp
SRCS=	main.c tftp.c tftpsubs.c
NO_WERROR=yes
DPADD=	${LIBEDIT} ${LIBTERMCAP}
LDADD=	-ledit -ltermcap

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud