Build ZFS on amd64 and pc98.
Approved by: pjd@
This commit is contained in:
parent
494d7fa591
commit
fa363796e1
@ -11,10 +11,8 @@ SUBDIR+=libzfs
|
||||
SUBDIR+=${_libzpool}
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
.if ${MACHINE} == "i386"
|
||||
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
|
||||
_libzpool= libzpool
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -6,10 +6,8 @@
|
||||
SUBDIR= ${_ztest}
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
.if ${MACHINE} == "i386"
|
||||
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
|
||||
_ztest= ztest
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -7,10 +7,8 @@ SUBDIR=
|
||||
SUBDIR+=${_zdb}
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
.if ${MACHINE} == "i386"
|
||||
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
|
||||
_zdb= zdb
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user