2007-04-06 01:09:06 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2014-05-06 04:22:01 +00:00
|
|
|
.include <src.opts.mk>
|
2007-04-06 01:09:06 +00:00
|
|
|
|
2014-04-21 21:39:25 +00:00
|
|
|
SUBDIR= ${_tests} ${_zfs} ${_zpool}
|
|
|
|
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
|
|
_tests= tests
|
|
|
|
.endif
|
2007-04-16 21:20:26 +00:00
|
|
|
|
2007-04-06 01:09:06 +00:00
|
|
|
.if ${MK_ZFS} != "no"
|
2007-04-16 21:20:26 +00:00
|
|
|
_zfs= zfs
|
|
|
|
_zpool= zpool
|
2007-04-06 01:09:06 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|