mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 21:31:02 -05:00
12 lines
146 B
Makefile
12 lines
146 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/cddl
|
|
|
|
TESTS_SUBDIRS+= ${_zfs}
|
|
|
|
.if ${MK_ZFS} != "no"
|
|
_zfs= zfs
|
|
.endif
|
|
|
|
.include <bsd.test.mk>
|