NetBSD/usr.sbin/bootptest/Makefile

15 lines
274 B
Makefile
Raw Normal View History

1994-05-31 00:18:34 +04:00
# bootptest/Makefile
1994-06-28 01:31:21 +04:00
# $Id: Makefile,v 1.2 1994/06/27 21:31:46 gwr Exp $
1994-05-31 00:18:34 +04:00
PROG= bootptest
1994-06-28 01:31:21 +04:00
SRCDIR= ${.CURDIR}/../bootpd
1994-05-31 00:18:34 +04:00
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>