diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-14 19:54:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-14 19:54:47 +0000 |
commit | 06eb7023cb1b05732182864f41b9093fa9b6ac74 (patch) | |
tree | 1162554eb4db599be110f32e289f8532a1f144a3 /pkgtools/Makefile | |
parent | 3b3d6f17ec9326776659a8a5f0468ce0b234a69b (diff) | |
download | pkgsrc-06eb7023cb1b05732182864f41b9093fa9b6ac74.tar.gz |
Create a separate sysutils/mtree package that is a "normal" package,
distinct from the pkgtools/mtree package which is installed as part of
the bootstrap process and which may be needed by pkg_install.
Diffstat (limited to 'pkgtools/Makefile')
-rw-r--r-- | pkgtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index 219326f89d6..be5735dec59 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2006/07/14 19:38:47 jlam Exp $ +# $NetBSD: Makefile,v 1.75 2006/07/14 19:54:47 jlam Exp $ # COMMENT= Tools for use in the packages collection @@ -13,7 +13,7 @@ SUBDIR+= genrpm SUBDIR+= gensolpkg #SUBDIR+= libkver # Only under instruction of user SUBDIR+= libnbcompat -SUBDIR+= mtree +#SUBDIR+= mtree SUBDIR+= p5-pkgsrc-Dewey #SUBDIR+= pax SUBDIR+= pkg_alternatives |