diff options
Diffstat (limited to 'cddl/lib/Makefile')
-rw-r--r-- | cddl/lib/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cddl/lib/Makefile b/cddl/lib/Makefile index 88554e2..272e0dd 100644 --- a/cddl/lib/Makefile +++ b/cddl/lib/Makefile @@ -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> |