From 2eed31bc7e55054a790aeae5ebac9624ddf2cceb Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Mon, 21 Aug 2006 18:25:43 +0000 Subject: [PATCH] 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... --- gnu/usr.bin/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 1abf8f74d469..e9d77c2cfe90 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