# bootpgw/Makefile # $Id: Makefile,v 1.4 1997/05/08 21:12:11 gwr Exp $ PROG= bootpgw SRCDIR= ${.CURDIR}/../bootpd CFLAGS+= -DSYSLOG -DDEBUG -I${SRCDIR} .PATH: ${SRCDIR} SRCS= bootpgw.c getif.c hwaddr.c report.c NOMAN= .include