diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-09-03 06:27:51 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-09-03 06:27:51 +0000 |
commit | a26d9be1618ea0dfa04055e709459507c1bc0397 (patch) | |
tree | 64edfe80e0cffb9684072dceaa3a0854b8693b84 | |
parent | 5dc03c449d5d9eabc09e718515260e8a112d20b7 (diff) | |
download | pkgsrc-a26d9be1618ea0dfa04055e709459507c1bc0397.tar.gz |
Add and enable cvs2cl.
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 6588d39d99e..7f4aa9401be 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 1999/08/26 19:56:06 proff Exp $ +# $NetBSD: Makefile,v 1.73 1999/09/03 06:27:51 sakamoto Exp $ # FreeBSD Id: Makefile,v 1.78 1997/10/01 08:32:59 cracauer Exp # @@ -19,6 +19,7 @@ # SUBDIR += cs # SUBDIR += cutils SUBDIR += cvs + SUBDIR += cvs2cl SUBDIR += cvslock SUBDIR += cxref SUBDIR += ddd |