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