Remove an elif and add an or-clause.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Rui Paulo 2010-08-22 11:12:07 +00:00
parent 258f5a255e
commit 5b5779d000
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211615

View File

@ -14,9 +14,7 @@ SUBDIR= dtmalloc \
sdt \
systrace
.if ${MACHINE_ARCH} == "amd64"
SUBDIR+= fbt
.elif ${MACHINE_ARCH} == "i386"
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
SUBDIR+= fbt
.endif