summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/tools/bootptest/Makefile
blob: d137e736ab12d5028aa58b822af72fa82bd93a95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Makefile
# $Id: Makefile,v 1.2 1995/05/30 05:45:51 rgrimes Exp $

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>
OpenPOWER on IntegriCloud