16 lines
279 B
Makefile
Raw Normal View History

1994-05-30 20:18:34 +00:00
# bootptest/Makefile
1997-10-25 06:57:53 +00:00
# $NetBSD: Makefile,v 1.8 1997/10/25 06:57:58 lukem Exp $
1994-05-30 20:18:34 +00:00
1997-10-18 04:36:50 +00:00
WARNS?= 0
1994-05-30 20:18:34 +00:00
PROG= bootptest
1994-06-27 21:31:21 +00:00
SRCDIR= ${.CURDIR}/../bootpd
1997-10-25 06:57:53 +00:00
CPPFLAGS+= -I${SRCDIR}
.PATH: ${SRCDIR}
1994-05-30 20:18:34 +00:00
SRCS= bootptest.c print-bootp.c getif.c getether.c report.c
1994-12-22 11:32:57 +00:00
MAN= bootptest.8
1994-05-30 20:18:34 +00:00
.include <bsd.prog.mk>