# Makefile
# $FreeBSD: stable/4/libexec/bootpd/tools/bootptest/Makefile 75952 2001-04-25 10:42:22Z ru $

PROG=	bootptest
MAN=	bootptest.8
SRCS=	bootptest.c getether.c getif.c print-bootp.c report.c

SRCDIR=	${.CURDIR}/../..
CFLAGS+=-I${SRCDIR}
.PATH:	${SRCDIR}

.include <bsd.prog.mk>
