Use double quotes when checking the value of MACHINE_ARCH.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Rui Paulo 2010-08-21 11:14:50 +00:00
parent 0c0b3feeed
commit d6f390f2f1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211550

View File

@ -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