summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2006-01-05 05:58:16 +0000
committergrehan <grehan@FreeBSD.org>2006-01-05 05:58:16 +0000
commitc34b73d7df7891d6a89b0b914829c5b1405e226c (patch)
tree518dd067da52e9237af86a05a47da5e4cfe9e378 /usr.bin
parent263293937d154285ebc1cbb7d16b3dcea4612503 (diff)
downloadFreeBSD-src-c34b73d7df7891d6a89b0b914829c5b1405e226c.zip
FreeBSD-src-c34b73d7df7891d6a89b0b914829c5b1405e226c.tar.gz
Enable truss for powerpc
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 7ad124a..410e024 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -227,8 +227,7 @@ SUBDIR= alias \
${_ypmatch} \
${_ypwhich}
-.if ${MACHINE_ARCH} != "arm" && \
- ${MACHINE_ARCH} != "powerpc"
+.if ${MACHINE_ARCH} != "arm"
_truss= truss
.endif
OpenPOWER on IntegriCloud