NetBSD/usr.sbin/bootptest/Makefile

15 lines
289 B
Makefile
Raw Normal View History

1994-05-31 00:18:34 +04:00
# bootptest/Makefile
# $Id: Makefile,v 1.1.1.1 1994/05/30 20:24:19 gwr Exp $
PROG= bootptest
SRCDIR= ${.CURDIR}/../../libexec/bootpd
CFLAGS+= -DBOOTPTEST -I${SRCDIR}
.PATH: ${SRCDIR}
SRCS= bootptest.c print-bootp.c getif.c getether.c report.c
MAN8= bootptest.0
.include <bsd.prog.mk>