# Makefile # $FreeBSD: src/libexec/bootpd/bootpgw/Makefile,v 1.6.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ PROG= bootpgw NO_MAN= SRCS= bootpgw.c getif.c hwaddr.c report.c rtmsg.c SRCDIR= ${.CURDIR}/.. CFLAGS+=-I${SRCDIR} .PATH: ${SRCDIR} .include