# Makefile # $Id$ PROG= bootpgw NOMAN= true SRCS= bootpgw.c getif.c hwaddr.c report.c rtmsg.c SRCDIR= ${.CURDIR}/.. CFLAGS+=-I${SRCDIR} .PATH: ${SRCDIR} .include