diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 8492e16c7430b..096c23c0454e5 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,13 +1,12 @@ # $FreeBSD$ -.if ${MACHINE_ARCH} != "powerpc" -_gperf=gperf -.endif - SUBDIR= bc binutils cc cpio dc dialog diff diff3 \ ${_gperf} grep gzip man patch rcs sdiff send-pr sort tar texinfo .if !defined(NO_CXX) +.if ${MACHINE_ARCH} != "powerpc" +_gperf=gperf +.endif SUBDIR+=groff .endif |
