summaryrefslogtreecommitdiff
path: root/libexec/bootpd/bootpgw/Makefile
blob: c9b3feb04da6f559c558ccb37f9bc839771a8edf (plain)
1
2
3
4
5
6
7
8
9
10
11
# Makefile

PROG=	bootpgw
MAN=
SRCS=	bootpgw.c getif.c hwaddr.c report.c rtmsg.c

SRCDIR=	${.CURDIR}/..
CFLAGS+=-I${SRCDIR}
.PATH:	${SRCDIR}

.include <bsd.prog.mk>