1# Makefile
2# $FreeBSD: src/libexec/bootpd/tools/bootptest/Makefile,v 1.6.2.1 2001/04/25 10:40:50 ru Exp $
3# $DragonFly: src/libexec/bootpd/tools/bootptest/Makefile,v 1.2 2003/06/17 04:27:07 dillon Exp $
4
5PROG=	bootptest
6MAN=	bootptest.8
7SRCS=	bootptest.c getether.c getif.c print-bootp.c report.c
8
9SRCDIR=	${.CURDIR}/../..
10CFLAGS+=-I${SRCDIR}
11.PATH:	${SRCDIR}
12
13.include <bsd.prog.mk>
14