# bootpgw/Makefile # $Id: Makefile,v 1.2 1994/12/22 11:33:16 cgd Exp $ PROG= bootpgw SRCDIR= ${.CURDIR}/../bootpd CFLAGS+= -DSYSLOG -DDEBUG -I${SRCDIR} .PATH: ${SRCDIR} SRCS= bootpgw.c getif.c hwaddr.c report.c NOMAN= .include