diff options
-rw-r--r-- | gnu/usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 03ae964..bf71c4e 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -14,11 +14,11 @@ SUBDIR+=as ld .endif .if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64" -SUBDIR+=cc gperf +SUBDIR+=cc .endif .if !defined(NO_CXX) -SUBDIR+=groff +SUBDIR+=gperf groff .endif .if !defined(NOPERL) && !defined(NO_PERL) && exists(${.CURDIR}/perl) |