e5b5c66bca
- MAN[1-9] -> MAN.
13 lines
204 B
Makefile
13 lines
204 B
Makefile
# Makefile
|
|
# $FreeBSD$
|
|
|
|
PROG= bootptest
|
|
MAN= bootptest.8
|
|
SRCS= bootptest.c getether.c getif.c print-bootp.c report.c
|
|
|
|
SRCDIR= ${.CURDIR}/../..
|
|
CFLAGS+=-I${SRCDIR}
|
|
.PATH: ${SRCDIR}
|
|
|
|
.include <bsd.prog.mk>
|