summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/Makefile')
-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