back out last change

Requested by: ru
This commit is contained in:
Kip Macy 2007-04-07 05:09:40 +00:00
parent b68f61d02f
commit d330ae533a

View File

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