Module Name:    src
Committed By:   christos
Date:           Thu Dec 30 03:24:50 UTC 2021

Modified Files:
        src/sys/conf: Makefile.kern.inc

Log Message:
Add ${_MKTARGET_INSTALL}


To generate a diff of this commit:
cvs rdiff -u -r1.287 -r1.288 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.287 src/sys/conf/Makefile.kern.inc:1.288
--- src/sys/conf/Makefile.kern.inc:1.287	Wed Dec 29 22:23:05 2021
+++ src/sys/conf/Makefile.kern.inc	Wed Dec 29 22:24:50 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.kern.inc,v 1.287 2021/12/30 03:23:05 christos Exp $
+#	$NetBSD: Makefile.kern.inc,v 1.288 2021/12/30 03:24:50 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,6 +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
+	${_MKTARGET_INSTALL}
 	${INSTALL_FILE} -o root -g bin -m 444 ${.ALLSRC} ${.TARGET}
 .endfor
 

Reply via email to