Module Name: src
Committed By: christos
Date: Thu Dec 30 03:23:05 UTC 2021
Modified Files:
src/sys/conf: Makefile.kern.inc
Log Message:
use ${INSTALL_FILE} so that unpriv builds work.
To generate a diff of this commit:
cvs rdiff -u -r1.286 -r1.287 src/sys/conf/Makefile.kern.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/conf/Makefile.kern.inc
diff -u src/sys/conf/Makefile.kern.inc:1.286 src/sys/conf/Makefile.kern.inc:1.287
--- src/sys/conf/Makefile.kern.inc:1.286 Wed Dec 29 17:22:13 2021
+++ src/sys/conf/Makefile.kern.inc Wed Dec 29 22:23:05 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kern.inc,v 1.286 2021/12/29 22:22:13 christos Exp $
+# $NetBSD: Makefile.kern.inc,v 1.287 2021/12/30 03:23:05 christos Exp $
#
# This file contains common `MI' targets and definitions and it is included
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -263,7 +263,7 @@ debuginstall: install-kernel-debug
install-kernel-debug: ${DESTDIR}${DEBUGDIR}/${k}-${KERNEL_BUILD}.debug
${DESTDIR}${DEBUGDIR}/${k}-${KERNEL_BUILD}.debug: ${k}-${KERNEL_BUILD}.debug
- install -c -o root -g bin -m 444 ${.ALLSRC} ${.TARGET}
+ ${INSTALL_FILE} -o root -g bin -m 444 ${.ALLSRC} ${.TARGET}
.endfor
SYSTEM_LD_TAIL+=${SYSTEM_LD_TAIL_DEBUG}