make modules compile without updating etc

This commit is contained in:
Kip Macy 2007-04-06 06:05:45 +00:00
parent 89c40e5fec
commit 735d79b8df

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"