1# Makefile
2# $FreeBSD: src/libexec/bootpd/tools/bootpef/Makefile,v 1.4.2.1 2001/04/25 10:40:50 ru Exp $
3# $DragonFly: src/libexec/bootpd/tools/bootpef/Makefile,v 1.2 2003/06/17 04:27:07 dillon Exp $
4
5PROG=	bootpef
6MAN=	bootpef.8
7SRCS=	bootpef.c dovend.c readfile.c hash.c dumptab.c lookup.c \
8	hwaddr.c report.c tzone.c rtmsg.c
9
10SRCDIR=	${.CURDIR}/../..
11CFLAGS+=-I${SRCDIR}
12.PATH:	${SRCDIR}
13
14.include <bsd.prog.mk>
15