14 lines
158 B
Makefile
14 lines
158 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.include <src.opts.mk>
|
||
|
|
||
|
TESTSDIR= ${TESTSBASE}/sys/cddl
|
||
|
|
||
|
TESTS_SUBDIRS+= ${_zfs}
|
||
|
|
||
|
.if ${MK_ZFS} != "no"
|
||
|
_zfs= zfs
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.test.mk>
|