summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bootptest/Makefile
blob: 35e98679e3fdb6b26307d28fb41aeb0f17021e3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# bootptest/Makefile
# $Id: Makefile,v 1.3 1994/08/22 22:19:04 gwr Exp $

PROG=	bootptest
SRCDIR= ${.CURDIR}/../bootpd
CFLAGS+= -I${SRCDIR}
.PATH: ${SRCDIR}
MANSRC= ${SRCDIR}

SRCS=	bootptest.c print-bootp.c getif.c getether.c report.c

MAN8=	bootptest.8

.include <bsd.prog.mk>

OpenPOWER on IntegriCloud