summaryrefslogtreecommitdiffstats
path: root/gnu
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 /gnu
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 'gnu')
-rw-r--r--gnu/usr.bin/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index 1f44d31..d6ef1d9 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -1,7 +1,11 @@
# $FreeBSD$
+.if ${MACHINE_ARCH} != "powerpc"
+_gperf=gperf
+.endif
+
SUBDIR= bc binutils cc cpio dc dialog diff diff3 \
- gperf grep groff gzip man patch rcs sdiff send-pr sort tar texinfo
+ ${_gperf} grep groff gzip man patch rcs sdiff send-pr sort tar texinfo
.if !defined(NO_CVS)
SUBDIR+=cvs
OpenPOWER on IntegriCloud