diff options
author | tron <tron@pkgsrc.org> | 1999-04-08 18:47:00 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-08 18:47:00 +0000 |
commit | 2f3386a52c8ffe43cc8694f13b426934798d14c6 (patch) | |
tree | 42dbc77e2ce1182c240555de2209b7d7d5ac7935 /devel | |
parent | 7e78d6071cb9951686b3286a238f55c3a091dbae (diff) | |
download | pkgsrc-2f3386a52c8ffe43cc8694f13b426934798d14c6.tar.gz |
Add and enable "cvslock".
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index e87a4ca85aa..2643a6727c1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 1999/04/05 19:49:45 hubertf Exp $ +# $NetBSD: Makefile,v 1.55 1999/04/08 18:47:00 tron 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 += cvslock # SUBDIR += cxref SUBDIR += ddd SUBDIR += diffutils |