diff options
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 00a262f8481..34f82c16b81 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2001/02/16 15:51:52 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2001/02/20 16:27:06 wiz Exp $ # COMMENT= Tools for use in the packages collection @@ -6,6 +6,7 @@ COMMENT= Tools for use in the packages collection SUBDIR+= bsdpak SUBDIR+= gensolpkg #SUBDIR+= pax # Only needed on 1.3 systems +SUBDIR+= perl-mk #SUBDIR+= pkg_install # Only install on demand of bsd.pkg.mk SUBDIR+= pkg_tarup SUBDIR+= pkgdep |