1# Makefile 2# $FreeBSD$ 3 4PROG= bootptest 5SRCS= bootptest.c getether.c getif.c print-bootp.c report.c 6 7SRCDIR= ${.CURDIR}/../.. 8CFLAGS+=-I${SRCDIR} 9.PATH: ${SRCDIR} 10 11.include <bsd.prog.mk> 12