diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-02-21 02:30:51 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-02-21 02:30:51 +0000 |
| commit | 0bc811877895ae521482c9854988590f4ab31687 (patch) | |
| tree | 2abea78f7c40be8c99c3cd47450a7f8df7de3626 /gnu | |
| parent | 41dc7a98312ba5578698984f21f393788acd67fc (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/Makefile | 6 |
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 |
