make modules compile without updating etc

This commit is contained in:
kmacy 2007-04-06 06:05:45 +00:00
parent 985fa9f9ae
commit 146d2fdaff

View File

@ -445,7 +445,7 @@ _rr232x= rr232x
_s3= s3
_twa= twa
_vesa= vesa
.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
.if (defined(MK_ZFS) && ${MK_ZFS} != "no") || defined(ALL_MODULES)
_zfs= zfs
.endif
.elif ${MACHINE} == "pc98"