diff options
author | joerg <joerg> | 2007-07-02 14:54:09 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-07-02 14:54:09 +0000 |
commit | fbc74096eca322fb828e3ecf56ce2746c4577a99 (patch) | |
tree | 15cc825e1aa8d8d452f920e475ee512d1c044118 /mk/install/bsd.install-vars.mk | |
parent | 351bce1abe39a3bdb34cc71ce655c45bf30b5b97 (diff) | |
download | pkgsrc-fbc74096eca322fb828e3ecf56ce2746c4577a99.tar.gz |
Remove USE_MTREE support. Keep one copy (the NetBSD version) for
the purpose of print-PLIST in plist/common-dirs.mtree.
Discussed with wiz@, no objections on tech-pkg@.
Diffstat (limited to 'mk/install/bsd.install-vars.mk')
-rw-r--r-- | mk/install/bsd.install-vars.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mk/install/bsd.install-vars.mk b/mk/install/bsd.install-vars.mk index aee1c14c130..4be1f413741 100644 --- a/mk/install/bsd.install-vars.mk +++ b/mk/install/bsd.install-vars.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.install-vars.mk,v 1.6 2007/04/19 16:52:03 joerg Exp $ +# $NetBSD: bsd.install-vars.mk,v 1.7 2007/07/02 14:54:10 joerg Exp $ # # This Makefile fragment is included separately by bsd.pkg.mk and # defines some variables which must be defined earlier than where @@ -12,10 +12,6 @@ # the "real" installation should start. # -.if defined(USE_MTREE) -USE_TOOLS+= mtree:bootstrap -.endif - # If MANZ is defined, then we want the final man pages to be compressed. # If MANZ is not defined, then we want the final man pages to be # uncompressed. |