opnsense-src/libexec/bootpd/tools/bootptest/Makefile

13 lines
204 B
Makefile
Raw Normal View History

1994-09-30 01:45:07 -04:00
# Makefile
1999-08-27 20:22:10 -04:00
# $FreeBSD$
1994-09-30 01:45:07 -04:00
PROG= bootptest
MAN= bootptest.8
SRCS= bootptest.c getether.c getif.c print-bootp.c report.c
1994-09-30 01:45:07 -04:00
SRCDIR= ${.CURDIR}/../..
CFLAGS+=-I${SRCDIR}
.PATH: ${SRCDIR}
.include <bsd.prog.mk>