1994-05-30 20:18:34 +00:00
|
|
|
# bootptest/Makefile
|
1994-12-22 11:32:57 +00:00
|
|
|
# $Id: Makefile,v 1.4 1994/12/22 11:33:18 cgd Exp $
|
1994-05-30 20:18:34 +00:00
|
|
|
|
|
|
|
PROG= bootptest
|
1994-06-27 21:31:21 +00:00
|
|
|
SRCDIR= ${.CURDIR}/../bootpd
|
1994-08-22 22:19:04 +00:00
|
|
|
CFLAGS+= -I${SRCDIR}
|
1994-05-30 20:18:34 +00:00
|
|
|
.PATH: ${SRCDIR}
|
|
|
|
|
|
|
|
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>
|
|
|
|
|