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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
192 B
Makefile
Raw Permalink Normal View History

1994-09-30 01:45:07 -04:00
# Makefile
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>