diff options
author | seb <seb@pkgsrc.org> | 2001-11-29 15:31:07 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2001-11-29 15:31:07 +0000 |
commit | c86e69a60fefb0dba560dfabd3cda0c961259624 (patch) | |
tree | 189807ab3751cb3fbb4445567db4004ef6526732 /pkgtools/Makefile | |
parent | 80a5333b8eca61cf4af488eab529d7a8a01cf42e (diff) | |
download | pkgsrc-c86e69a60fefb0dba560dfabd3cda0c961259624.tar.gz |
Add and enable pkgcvsupdate
Diffstat (limited to 'pkgtools/Makefile')
-rw-r--r-- | pkgtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index 7d831fab40e..311a2ae855d 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2001/08/29 22:28:35 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2001/11/29 15:31:07 seb Exp $ # COMMENT= Tools for use in the packages collection @@ -13,6 +13,7 @@ SUBDIR+= gensolpkg SUBDIR+= pkg_tarup SUBDIR+= pkgchk SUBDIR+= pkgconflict +SUBDIR+= pkgcvsupdate SUBDIR+= pkgdep SUBDIR+= pkgdiff SUBDIR+= pkglint |