diff options
-rw-r--r-- | gnu/usr.bin/cvs/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.in b/gnu/usr.bin/cvs/Makefile.in index 061daf18ac1..e332f28782a 100644 --- a/gnu/usr.bin/cvs/Makefile.in +++ b/gnu/usr.bin/cvs/Makefile.in @@ -100,7 +100,8 @@ DISTFILES = \ PROGS = cvsinit # Subdirectories to run make in for the primary targets. -SUBDIRS = lib src man doc contrib examples windows-NT +#SUBDIRS = lib src man doc contrib examples windows-NT +SUBDIRS = lib src doc contrib examples windows-NT # Only make TAGS/tags files in these directories, in this order TSUBDIRS= src lib |