mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
12 lines
201 B
Makefile
12 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>
|