Back out most of revision 1.59.

This commit is contained in:
David E. O'Brien 2002-04-10 00:18:14 +00:00
parent 96f68db50b
commit 52db7826f2

View File

@ -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