# Makefile
# $FreeBSD: stable/4/libexec/bootpd/bootpgw/Makefile 50476 1999-08-28 00:22:10Z 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>
