track permissions of original file
authorderaadt <deraadt@openbsd.org>
Mon, 5 Jun 2017 15:58:33 +0000 (15:58 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 5 Jun 2017 15:58:33 +0000 (15:58 +0000)
sys/arch/arm64/conf/Makefile.arm64

index 3b4c720..5ff1a06 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.arm64,v 1.9 2017/06/05 12:43:59 deraadt Exp $
+#      $OpenBSD: Makefile.arm64,v 1.10 2017/06/05 15:58:33 deraadt Exp $
 
 # For instructions on building kernels consult the config(8) and options(4)
 # manual pages.
@@ -192,7 +192,7 @@ bsd.umg: bsd
        mkuboot -a arm -o linux -e ${KERNEL_LOAD_ADDR} -l ${KERNEL_LOAD_ADDR} bsd bsd.umg
 
 bsd.rd: bsd
-       cp bsd bsd.rd
+       cp -p bsd bsd.rd
        rdconfig bsd.rd $S/../distrib/${_mach}/ramdisk/mr.fs
 
 %RULES