diff options
author | marcel <marcel@FreeBSD.org> | 2006-08-21 18:25:43 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2006-08-21 18:25:43 +0000 |
commit | 527f3d6e4f98626400fb2b0472838e6fae599bca (patch) | |
tree | e5845257ae61fd906eaeda651a38658f0f527292 | |
parent | 9d0be9dfae5dec0b958cda625af8a44ca82beabf (diff) | |
download | FreeBSD-src-527f3d6e4f98626400fb2b0472838e6fae599bca.zip FreeBSD-src-527f3d6e4f98626400fb2b0472838e6fae599bca.tar.gz |
Build gperf(1) for/on PowerPC. There's no apparent reason not to
build it and nothing can be found in the commit logs. We won't
know if there are runtime problems, until we build it...
-rw-r--r-- | gnu/usr.bin/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 1abf8f7..e9d77c2 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -29,9 +29,7 @@ MK_GDB= no # not yet .endif .if ${MK_CXX} != "no" -.if ${MACHINE_ARCH} != "powerpc" _gperf= gperf -.endif .if ${MK_GROFF} != "no" _groff= groff .endif |