aboutsummaryrefslogtreecommitdiff
path: root/libexec/tftpd/Makefile
blob: 2c851224324fb116bd497e0711f8f511175bcba3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#	@(#)Makefile	8.1 (Berkeley) 6/4/93
#	$Id: Makefile,v 1.3 1996/09/22 21:56:03 wosch Exp $

PROG=	tftpd
SRCS=	tftpd.c tftpsubs.c
MAN8=	tftpd.8
CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp
.PATH:	${.CURDIR}/../../usr.bin/tftp

.include <bsd.prog.mk>