1# Makefile
2# $FreeBSD: stable/9/libexec/bootpd/tools/bootpef/Makefile 74814 2001-03-26 14:22:12Z ru $
3
4PROG=	bootpef
5MAN=	bootpef.8
6SRCS=	bootpef.c dovend.c readfile.c hash.c dumptab.c lookup.c \
7	hwaddr.c report.c tzone.c rtmsg.c
8
9SRCDIR=	${.CURDIR}/../..
10CFLAGS+=-I${SRCDIR}
11.PATH:	${SRCDIR}
12
13.include <bsd.prog.mk>
14