aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd/bootpgw/Makefile
blob: 93a982c2d384fe8a799a34fc094df877358a8d76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Makefile
# $FreeBSD$

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

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

.include <bsd.prog.mk>