diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-05-05 13:12:16 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-05-05 13:12:16 +0000 |
commit | 5aed98c8b645c07a5ca6f106bb138199e7cd7b89 (patch) | |
tree | 03028897e44b65b697cb90b34dc6b485bf913cdf /devel/Makefile | |
parent | f705890a1bac6432a8ed8a8d143b7ad5d8abf232 (diff) | |
download | pkgsrc-5aed98c8b645c07a5ca6f106bb138199e7cd7b89.tar.gz |
Comment out SUBDIR+=cvs-current until we have a CONFLICTS feature.
This way cvs and cvs-current don't conflict by default.
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index c3f8940b985..aa7fed7c8d7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1998/05/03 21:25:59 frueauf Exp $ +# $NetBSD: Makefile,v 1.21 1998/05/05 13:12:16 frueauf Exp $ # FreeBSD Id: Makefile,v 1.78 1997/10/01 08:32:59 cracauer Exp # @@ -17,7 +17,9 @@ # SUBDIR += cs # SUBDIR += cutils SUBDIR += cvs - SUBDIR += cvs-current +# SUBDIR += cvs-current # don't enable this by default unless we + # have a CONFLICTS feature (installs same + # files like cvs). # SUBDIR += cxref # SUBDIR += ddd # SUBDIR += dmake |