summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/tools/bootptest/Makefile
blob: 5350b7ce64b57bd760072f3a33d2dee19975044e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Makefile
# $Id: Makefile,v 1.1.1.1 1994/09/30 05:45:07 pst Exp $

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