|
# bootptest/Makefile
|
|
# $Id: Makefile,v 1.6 1997/05/08 21:12:13 gwr Exp $
|
|
|
|
PROG= bootptest
|
|
SRCDIR= ${.CURDIR}/../bootpd
|
|
CFLAGS+= -I${SRCDIR}
|
|
.PATH: ${SRCDIR}
|
|
|
|
SRCS= bootptest.c print-bootp.c getif.c getether.c report.c
|
|
|
|
MAN= bootptest.8
|
|
|
|
.include <bsd.prog.mk>
|
|
|