1# Makefile 2 3PROG= bootptest 4MAN= bootptest.8 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