Makefile revision 276486
1# Makefile
2# $FreeBSD: stable/10/libexec/bootpd/bootpgw/Makefile 276486 2014-12-31 23:25:37Z ngie $
3
4PROG=	bootpgw
5MAN=
6SRCS=	bootpgw.c getif.c hwaddr.c report.c rtmsg.c
7
8SRCDIR=	${.CURDIR}/..
9CFLAGS+=-I${SRCDIR}
10.PATH:	${SRCDIR}
11
12.include <bsd.prog.mk>
13