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

CFLAGS=-g -Wall
WARNS=	3
PROG=	tftp
SRCS=	main.c tftp.c tftp-utils.c tftp-io.c tftp-file.c tftp-transfer.c tftp-options.c
DPADD=	${LIBEDIT} ${LIBTERMCAP}
LDADD=	-ledit -ltermcap
CFLAGS+=-I${.CURDIR}/../../libexec/tftpd -I${.CURDIR}/../../usr.bin/tftp
.PATH:  ${.CURDIR}/../../libexec/tftpd

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