summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorperry <perry@NetBSD.org>2001-11-19 05:05:06 +0000
committerperry <perry@NetBSD.org>2001-11-19 05:05:06 +0000
commit2d02e3afaddbd75d87c07c8bbfa2d0f70c6f8272 (patch)
tree600df812d966aa44aa99b7908263d7ff5beb7fee
parentb06530cff12bf870cc665eccfafc527492fad3a8 (diff)
UNPRIVILEGED->UNPRIVED
-rw-r--r--etc/Makefile4
-rw-r--r--gnu/usr.bin/ld.new/Makefile6
2 files changed, 5 insertions, 5 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 1e6894ff1f8..72062d3b60e 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.191 2001/11/13 17:14:27 tv Exp $
+# $NetBSD: Makefile,v 1.192 2001/11/19 05:05:06 perry Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -277,7 +277,7 @@ distribution: distrib-dirs
distrib-dirs:
${INSTALL} ${INSTPRIV} -d -o root -g wheel -m 755 ${DESTDIR}
- ${MTREE} -def mtree/NetBSD.dist -p ${DESTDIR}/ -U ${UNPRIVILEGED:D-W}
+ ${MTREE} -def mtree/NetBSD.dist -p ${DESTDIR}/ -U ${UNPRIVED:D-W}
rm -f ${DESTDIR}/sys
${INSTALL} ${INSTPRIV} -l s -o root -g wheel -m 755 \
usr/src/sys ${DESTDIR}/sys
diff --git a/gnu/usr.bin/ld.new/Makefile b/gnu/usr.bin/ld.new/Makefile
index 961ead90d83..5fe0028f593 100644
--- a/gnu/usr.bin/ld.new/Makefile
+++ b/gnu/usr.bin/ld.new/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2001/08/06 15:56:08 tv Exp $
+# $NetBSD: Makefile,v 1.25 2001/11/19 05:06:50 perry Exp $
-# for OBJECT_FMT, UNPRIVILEGED
+# for OBJECT_FMT, UNPRIVED
.include <bsd.own.mk>
.if !defined(USE_NEW_TOOLCHAIN)
@@ -147,7 +147,7 @@ ldemul-list.h: Makefile
afterinstall:
.if ${MKSHARE} != "no"
(cd ldscripts ; pax -rw . ${DESTDIR}${SCRIPTDIR})
-.if !defined(UNPRIVILEGED)
+.if !defined(UNPRIVED)
chown -R ${BINOWN}:${BINGRP} ${DESTDIR}${SCRIPTDIR}
.endif
find ${DESTDIR}${SCRIPTDIR} -type f | xargs chmod a=rX