NetBSD/usr.sbin/bootptest/Makefile

15 lines
263 B
Makefile
Raw Normal View History

1994-05-31 00:18:34 +04:00
# bootptest/Makefile
1997-05-07 00:44:56 +04:00
# $Id: Makefile,v 1.5 1997/05/06 20:46:05 gwr Exp $
1994-05-31 00:18:34 +04:00
PROG= bootptest
1994-06-28 01:31:21 +04:00
SRCDIR= ${.CURDIR}/../bootpd
1994-08-23 02:19:04 +04:00
CFLAGS+= -I${SRCDIR}
1997-05-07 00:44:56 +04:00
.PATH.c: ${SRCDIR}
1994-05-31 00:18:34 +04:00
SRCS= bootptest.c print-bootp.c getif.c getether.c report.c
1994-12-22 14:32:57 +03:00
MAN= bootptest.8
1994-05-31 00:18:34 +04:00
.include <bsd.prog.mk>