From fa363796e10eb07401547e08fb423ac499770b38 Mon Sep 17 00:00:00 2001 From: des Date: Sat, 7 Apr 2007 19:12:10 +0000 Subject: Build ZFS on amd64 and pc98. Approved by: pjd@ --- sys/modules/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'sys/modules') diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 360d38b..66b1e9b 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -406,6 +406,9 @@ _stg= stg _streams= streams _wi= wi _xe= xe +.if ${MK_ZFS} != "no" || defined(ALL_MODULES) +_zfs= zfs +.endif .if ${MACHINE} == "i386" _aac= aac _acpi= acpi @@ -445,9 +448,6 @@ _rr232x= rr232x _s3= s3 _twa= twa _vesa= vesa -.if ${MK_ZFS} != "no" || defined(ALL_MODULES) -_zfs= zfs -.endif .elif ${MACHINE} == "pc98" _canbepm= canbepm _canbus= canbus @@ -505,6 +505,9 @@ _speaker= speaker _sppp= sppp _twa= twa _wi= wi +.if ${MK_ZFS} != "no" || defined(ALL_MODULES) +_zfs= zfs +.endif .endif .if ${MACHINE_ARCH} == "ia64" -- cgit v1.1