makefs tests: Do not install ZFS tests if WITHOUT_ZFS is defined

This commit is contained in:
Mark Johnston 2022-08-29 12:35:37 -04:00
parent 575ca2c265
commit a3b6b3ac4d

View File

@ -1,8 +1,12 @@
# $FreeBSD$
.include <src.opts.mk>
ATF_TESTS_SH+= makefs_cd9660_tests
ATF_TESTS_SH+= makefs_ffs_tests
.if ${MK_ZFS} != "no"
ATF_TESTS_SH+= makefs_zfs_tests
.endif
BINDIR= ${TESTSDIR}