diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-10 00:18:14 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-10 00:18:14 +0000 |
| commit | 52db7826f2c3ce65fc7c8f4a929249c9ff2ebd6e (patch) | |
| tree | 73fcbb7510df69867f6f843306652467bd94cba7 | |
| parent | 96f68db50b64e663b94726f134d8f843515f94db (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
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 |
