diff options
author | joerg <joerg@pkgsrc.org> | 2009-04-08 22:43:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-04-08 22:43:23 +0000 |
commit | d0076c34032ae1515a026b1659f5e6a84c67594e (patch) | |
tree | bf1dd9cbdc81069dd542e4c95eaabbce12693e97 /pkgtools/bootstrap-mk-files | |
parent | 7ae1d7e60010d1bcb1504352d555229aea547d33 (diff) | |
download | pkgsrc-d0076c34032ae1515a026b1659f5e6a84c67594e.tar.gz |
Remove the remaining NO_MTREE definitions, it has been a nop for a
while.
Diffstat (limited to 'pkgtools/bootstrap-mk-files')
-rw-r--r-- | pkgtools/bootstrap-mk-files/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/bootstrap-mk-files/Makefile b/pkgtools/bootstrap-mk-files/Makefile index 4242b9018e7..8e375d4856b 100644 --- a/pkgtools/bootstrap-mk-files/Makefile +++ b/pkgtools/bootstrap-mk-files/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2009/02/26 07:05:10 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2009/04/08 22:43:24 joerg Exp $ DISTNAME= bootstrap-mk-files-20090226 CATEGORIES= pkgtools @@ -17,7 +17,6 @@ NO_PKGTOOLS_REQD_CHECK= # defined BOOTSTRAP_PKG= yes NO_CHECKSUM= yes -NO_MTREE= yes NO_BUILD= yes USE_TOOLS+= sed |