# Makefile
# $FreeBSD: stable/2.2/libexec/bootpd/tools/bootptest/Makefile 50952 1999-09-05 11:54:50Z peter $

PROG=	bootptest
MAN8=	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>
