# Makefile
# $FreeBSD: stable/2.2/libexec/bootpd/bootpgw/Makefile 50952 1999-09-05 11:54:50Z peter $

PROG=	bootpgw
NOMAN=  true
SRCS=	bootpgw.c getif.c hwaddr.c report.c rtmsg.c

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

.include <bsd.prog.mk>
