diff options
| author | perry <perry@NetBSD.org> | 2001-11-19 05:05:06 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 2001-11-19 05:05:06 +0000 |
| commit | 2d02e3afaddbd75d87c07c8bbfa2d0f70c6f8272 (patch) | |
| tree | 600df812d966aa44aa99b7908263d7ff5beb7fee /gnu | |
| parent | b06530cff12bf870cc665eccfafc527492fad3a8 (diff) | |
UNPRIVILEGED->UNPRIVED
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/ld.new/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
