e5b5c66bca
- MAN[1-9] -> MAN.
14 lines
239 B
Makefile
14 lines
239 B
Makefile
# Makefile
|
|
# $FreeBSD$
|
|
|
|
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>
|