freebsd-nq/libexec/bootpd/tools/bootptest/Makefile
1994-09-30 05:45:07 +00:00

13 lines
201 B
Makefile

# Makefile
# $Id$
PROG= bootptest
MAN8= bootptest.8
SRCS= bootptest.o print-bootp.o getif.o getether.o report.o
SRCDIR= ${.CURDIR}/../..
CFLAGS+=-I${SRCDIR}
.PATH: ${SRCDIR}
.include <bsd.prog.mk>