diff options
author | wiz <wiz> | 2001-02-20 16:27:06 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-20 16:27:06 +0000 |
commit | d612195cc6210b0f8dd629707280401735ea5e91 (patch) | |
tree | 57fe04612cbbca5411f9aba64f700aaa6a826b05 /pkgtools/Makefile | |
parent | 4c6066441cbdc507e8fce9e5169692cc610f49a3 (diff) | |
download | pkgsrc-d612195cc6210b0f8dd629707280401735ea5e91.tar.gz |
add and enable perl-mk
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 |