Use double quotes when checking the value of MACHINE_ARCH.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
0c0b3feeed
commit
d6f390f2f1
@ -19,7 +19,7 @@ _libzpool= libzpool
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386
|
||||
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
|
||||
_drti= drti
|
||||
_libdtrace= libdtrace
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user