xref: /dragonfly/libexec/tftpd/Makefile (revision bda2cd54)
1#	@(#)Makefile	8.1 (Berkeley) 6/4/93
2# $FreeBSD: src/libexec/tftpd/Makefile,v 1.7.2.1 2001/04/25 10:41:03 ru Exp $
3
4PROG=	tftpd
5SRCS=	tftpd.c tftpsubs.c
6MAN=	tftpd.8
7
8DPADD=	${LIBUTIL}
9LDADD=	-lutil
10
11CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp
12.PATH:	${.CURDIR}/../../usr.bin/tftp
13
14.include <bsd.prog.mk>
15