summaryrefslogtreecommitdiffstats
path: root/libexec/tftpd/Makefile
blob: d7456d1513c7e2f5fe4d907537480485b056c288 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	@(#)Makefile	8.1 (Berkeley) 6/4/93
# $FreeBSD$

PROG=	tftpd
SRCS=	tftpd.c tftpsubs.c
DPADD=	${LIBUTIL}
LDADD=	-lutil
CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp
.PATH:	${.CURDIR}/../../usr.bin/tftp

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