# bootpgw/Makefile # $Id: Makefile,v 1.1 1995/10/18 08:47:28 deraadt Exp $ PROG= bootpgw SRCDIR= ${.CURDIR}/../bootpd CFLAGS+= -DSYSLOG -DDEBUG -I${SRCDIR} .PATH: ${SRCDIR} SRCS= bootpgw.c getif.c hwaddr.c report.c NOMAN= .include