diff options
author | wiz <wiz@pkgsrc.org> | 2003-06-19 08:36:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-06-19 08:36:38 +0000 |
commit | b610990e48c22b59921f4f202d37ff786701fea7 (patch) | |
tree | 20b8ae0a4e6818bcf6099538ee80c319e76d849c /pkgtools/Makefile | |
parent | 66c84f28a00925f91526117dc143d90d012a6bb1 (diff) | |
download | pkgsrc-b610990e48c22b59921f4f202d37ff786701fea7.tar.gz |
Add and enable pkg_install-info.
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 2966398496e..326adb3eb4b 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2003/04/17 11:15:05 jmmv Exp $ +# $NetBSD: Makefile,v 1.48 2003/06/19 08:36:38 wiz Exp $ # COMMENT= Tools for use in the packages collection @@ -15,6 +15,7 @@ SUBDIR+= gensolpkg #SUBDIR+= pax # Only needed on 1.3 systems SUBDIR+= pkg_comp #SUBDIR+= pkg_install # Only install on demand of bsd.pkg.mk +SUBDIR+= pkg_install-info SUBDIR+= pkg_tarup SUBDIR+= pkgchk SUBDIR+= pkgconflict |