freebsd-dev/libexec/bootpd/tools/bootptest/Makefile

13 lines
205 B
Makefile
Raw Normal View History

1994-09-30 05:45:07 +00:00
# Makefile
# $FreeBSD$
1994-09-30 05:45:07 +00:00
PROG= bootptest
MAN8= bootptest.8
SRCS= bootptest.c getether.c getif.c print-bootp.c report.c
1994-09-30 05:45:07 +00:00
SRCDIR= ${.CURDIR}/../..
CFLAGS+=-I${SRCDIR}
.PATH: ${SRCDIR}
.include <bsd.prog.mk>