diff options
author | grant <grant@pkgsrc.org> | 2003-03-31 08:56:00 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-03-31 08:56:00 +0000 |
commit | d39aaeb43bb7f0cde9b96f06c7d16215e41a6f91 (patch) | |
tree | be5fcce4b0d5f9e03ace79d07c275d55e42329a8 /pkgtools | |
parent | 01609239ae6b08fce3ad3fd3575c7c9868ef366b (diff) | |
download | pkgsrc-d39aaeb43bb7f0cde9b96f06c7d16215e41a6f91.tar.gz |
add mtree (commented)
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index 6bc80d97b5a..c4b4dacffbf 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2003/03/31 05:43:13 grant Exp $ +# $NetBSD: Makefile,v 1.46 2003/03/31 08:56:00 grant Exp $ # COMMENT= Tools for use in the packages collection @@ -10,6 +10,7 @@ SUBDIR+= digest SUBDIR+= distfetch SUBDIR+= gensolpkg #SUBDIR+= libnbcompat # Only for non-NetBSD systems +#SUBDIR+= mtree # Only for non-NetBSD systems #SUBDIR+= pax # Only needed on 1.3 systems SUBDIR+= pkg_comp #SUBDIR+= pkg_install # Only install on demand of bsd.pkg.mk |