diff options
author | xtraeme <xtraeme> | 2005-04-06 15:23:34 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2005-04-06 15:23:34 +0000 |
commit | 81659f6db712c38ee6a14f06b91cd43b31b2ee8c (patch) | |
tree | 5b6ee33a5b8f1c6f8ab82239ecfdc86d90db7f38 /pkgtools/Makefile | |
parent | 7f4625ad9cb9e8d586baa56b5990a62bfd123b9f (diff) | |
download | pkgsrc-81659f6db712c38ee6a14f06b91cd43b31b2ee8c.tar.gz |
Added pkg_select-20050403 (thanks to iMil for creating this great
frontend).
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 4cad3563dff..52c34ebd9c7 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2005/01/25 13:05:21 jmmv Exp $ +# $NetBSD: Makefile,v 1.65 2005/04/06 15:23:34 xtraeme Exp $ # COMMENT= Tools for use in the packages collection @@ -22,6 +22,7 @@ SUBDIR+= pkg_filecheck SUBDIR+= pkg_install-info SUBDIR+= pkg_notify SUBDIR+= pkg_regress +SUBDIR+= pkg_select SUBDIR+= pkg_tarup SUBDIR+= pkgclean SUBDIR+= pkgconflict |