aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd/tools/bootpef/Makefile
blob: a3b6ae88a5c4c33abffee5dafd0300519ad4fbde (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Makefile
# $FreeBSD: src/libexec/bootpd/tools/bootpef/Makefile,v 1.6 2001/03/26 14:22:03 ru Exp $

PROG=	bootpef
MAN=	bootpef.8
SRCS=	bootpef.c dovend.c readfile.c hash.c dumptab.c lookup.c \
	hwaddr.c report.c tzone.c rtmsg.c

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

.include <bsd.prog.mk>