Remove an elif and add an or-clause.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
258f5a255e
commit
5b5779d000
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user