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

PROG=	tftpd
SRCS=	tftpd.c tftpsubs.c
DPADD=	${LIBUTIL}
LDADD=	-lutil

WARNS?=	1
WFORMAT=0

MAN=	tftpd.8
CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp
.PATH:	${.CURDIR}/../../usr.bin/tftp

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