summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig>2005-09-28 21:55:32 +0000
committerrillig <rillig>2005-09-28 21:55:32 +0000
commit6a995c18fbc616c343a367bc0cb626d5d224aabe (patch)
tree15f6a6923bfc438354a3d2ae29d9d8b8d194db9c /mk
parent2216fe1a5e58f4e56a277f882016a40b2820377c (diff)
downloadpkgsrc-6a995c18fbc616c343a367bc0cb626d5d224aabe.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'mk')
-rw-r--r--mk/unprivileged.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/unprivileged.mk b/mk/unprivileged.mk
index ac7924ac3b9..eed235a4851 100644
--- a/mk/unprivileged.mk
+++ b/mk/unprivileged.mk
@@ -1,4 +1,4 @@
-# $NetBSD: unprivileged.mk,v 1.2 2005/08/22 17:13:28 reed Exp $
+# $NetBSD: unprivileged.mk,v 1.3 2005/09/28 21:55:32 rillig Exp $
#
# Ease configuration of unprivileged (non-root) builds.
#
@@ -42,7 +42,7 @@ NONBINMODE= 644
# mtree is useless as a regular user because it won't set directory
# ownerships correctly.
-NO_MTREE= # defined
+NO_MTREE= yes
# As a regular user, creation of other users and groups won't work, so
# disable this step by default.