summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-02-21 02:30:51 +0000
committerobrien <obrien@FreeBSD.org>2003-02-21 02:30:51 +0000
commit5fcbca2516ee0c9809ce27855893710a96fc2fca (patch)
tree2abea78f7c40be8c99c3cd47450a7f8df7de3626 /usr.bin/Makefile
parentbb54e155c8763fab1b36c2897bcab4050593ce78 (diff)
downloadFreeBSD-src-5fcbca2516ee0c9809ce27855893710a96fc2fca.zip
FreeBSD-src-5fcbca2516ee0c9809ce27855893710a96fc2fca.tar.gz
Some things don't build for PowerPC yet.
List from: benno
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index a748e4c..0668c67 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -12,6 +12,11 @@
_xlint= xlint
.endif
+.if ${MACHINE_ARCH} != "powerpc"
+_gprof= gprof
+_truss= truss
+.endif
+
SUBDIR= alias \
apply \
asa \
@@ -68,7 +73,7 @@ SUBDIR= alias \
gencat \
getconf \
getopt \
- gprof \
+ ${_gprof} \
head \
hesinfo \
hexdump \
@@ -171,7 +176,7 @@ SUBDIR= alias \
tr \
true \
truncate \
- truss \
+ ${_truss} \
tset \
tsort \
tty \
OpenPOWER on IntegriCloud