1# Makefile
2# $FreeBSD: stable/9/libexec/bootpd/tools/bootptest/Makefile 74814 2001-03-26 14:22:12Z ru $
3
4PROG=	bootptest
5MAN=	bootptest.8
6SRCS=	bootptest.c getether.c getif.c print-bootp.c report.c
7
8SRCDIR=	${.CURDIR}/../..
9CFLAGS+=-I${SRCDIR}
10.PATH:	${SRCDIR}
11
12.include <bsd.prog.mk>
13