summaryrefslogtreecommitdiffstats
path: root/cddl/usr.sbin
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2007-04-07 19:12:10 +0000
committerdes <des@FreeBSD.org>2007-04-07 19:12:10 +0000
commitfa363796e10eb07401547e08fb423ac499770b38 (patch)
tree46d7e92ef7f39b4d7df7f7aeaa9b35a9b0eb880b /cddl/usr.sbin
parent494d7fa59183a13df1c40639cbb435206f6886f0 (diff)
downloadFreeBSD-src-fa363796e10eb07401547e08fb423ac499770b38.zip
FreeBSD-src-fa363796e10eb07401547e08fb423ac499770b38.tar.gz
Build ZFS on amd64 and pc98.
Approved by: pjd@
Diffstat (limited to 'cddl/usr.sbin')
-rw-r--r--cddl/usr.sbin/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/cddl/usr.sbin/Makefile b/cddl/usr.sbin/Makefile
index 7b11900..bfb9171 100644
--- a/cddl/usr.sbin/Makefile
+++ b/cddl/usr.sbin/Makefile
@@ -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>
OpenPOWER on IntegriCloud