summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-02-21 02:30:51 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-02-21 02:30:51 +0000
commit0bc811877895ae521482c9854988590f4ab31687 (patch)
tree2abea78f7c40be8c99c3cd47450a7f8df7de3626 /gnu
parent41dc7a98312ba5578698984f21f393788acd67fc (diff)
Notes
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 1f44d3156c19..d6ef1d9ea01b 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