blob: eb0c4a5ef87f11803a7cd5e0b3a8df03b43e7620 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Makefile
# $Id: Makefile,v 1.1.1.1 1994/09/30 05:45:07 pst 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>
|