freebsd-skq/libexec/bootpd/tools/bootptest/Makefile
1997-02-22 14:22:49 +00:00

13 lines
200 B
Makefile

# Makefile
# $Id$
PROG= bootptest
MAN8= 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>