summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2004-05-14 13:43:18 +0000
committercognet <cognet@FreeBSD.org>2004-05-14 13:43:18 +0000
commita630f4edc1fdc071f31db0bdb9123644380c7f7e (patch)
treeb566d231738fb7fdfcc3d546d088eb3bf664d0f8 /usr.bin/Makefile
parentf0b814b90029f71d06b8c8d8f8ad184f61d92c73 (diff)
downloadFreeBSD-src-a630f4edc1fdc071f31db0bdb9123644380c7f7e.zip
FreeBSD-src-a630f4edc1fdc071f31db0bdb9123644380c7f7e.tar.gz
Do not build truss on arm.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 31475bc..89c9ada 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -224,7 +224,8 @@ SUBDIR= alias \
ypmatch \
ypwhich
-.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc"
+.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc" && \
+ ${MACHINE_ARCH} != "arm"
_truss= truss
.endif
OpenPOWER on IntegriCloud