diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-19 14:39:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-19 14:39:16 +0000 |
commit | 0a3dfa6333989e63098121e4b2c4f6255ade0b39 (patch) | |
tree | b2322f22981e8981f930664befb374aa23b8b284 | |
parent | 8e88fbbd1fff6c29a026949b8eb9adf35cc7674e (diff) |
do not attempt to run man/Makefile
-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 |