Path: blob/main/libexec/bootpd/tools/bootptest/Makefile
48257 views
# Makefile
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>