diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index bf71c4ece470..6bf64ff60226 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ -SUBDIR= awk bc binutils cpio dc dialog diff diff3 \ - grep gzip man patch ptx rcs sdiff send-pr sort tar texinfo +SUBDIR= awk bc binutils cpio dc dialog diff diff3 gperf \ + grep groff gzip man patch ptx rcs sdiff send-pr tar texinfo .if !defined(NO_CVS) SUBDIR+=cvs @@ -17,10 +17,6 @@ SUBDIR+=as ld SUBDIR+=cc .endif -.if !defined(NO_CXX) -SUBDIR+=gperf groff -.endif - .if !defined(NOPERL) && !defined(NO_PERL) && exists(${.CURDIR}/perl) SUBDIR+=perl .endif