mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
11 lines
164 B
Makefile
11 lines
164 B
Makefile
SUBDIR= lib testcases
|
|
MK_AUTO_OBJ= no
|
|
|
|
.include <bsd.subdir.mk>
|
|
|
|
all: setup
|
|
|
|
setup:
|
|
@cd ${.CURDIR}; ./tools/setup.sh
|
|
test:
|
|
cd ${.CURDIR}/misc; pwd; ./all.sh -onc
|