summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/tools/bootptest/Makefile
blob: c154d9798381578161eefed849745bd7fe209232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Makefile
# $Id$

PROG=	bootptest
MAN8=	bootptest.8
SRCS=	bootptest.o print-bootp.o getif.o getether.o report.o 

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

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud