blob: f452e9089e929a5c6d22b4a85be84ee156c84fee (
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.3.2.1 1999/08/29 15:03:02 peter Exp $
PROG= bootpef
MAN8= 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>
|