1994-09-30 05:45:07 +00:00
|
|
|
# Makefile
|
1999-08-28 00:22:10 +00:00
|
|
|
# $FreeBSD$
|
1994-09-30 05:45:07 +00:00
|
|
|
|
|
|
|
PROG= bootptest
|
1995-09-28 17:33:16 +00:00
|
|
|
SRCS= bootptest.c getether.c getif.c print-bootp.c report.c
|
1994-09-30 05:45:07 +00:00
|
|
|
|
|
|
|
SRCDIR= ${.CURDIR}/../..
|
|
|
|
CFLAGS+=-I${SRCDIR}
|
|
|
|
.PATH: ${SRCDIR}
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|