diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-06-05 15:58:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-06-05 15:58:34 +0000 |
commit | f48cbe63b6918b2664357aef5f918f5ad4ccb108 (patch) | |
tree | 0f86e707fc067b341f4ed4c00be0d4b1625793eb /sys/arch | |
parent | f38c999d0b6407b841cdf598276f3af10ec08e86 (diff) |
track permissions of original file
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/arm64/conf/Makefile.arm64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/Makefile.arm64 b/sys/arch/arm64/conf/Makefile.arm64 index 3b4c7208eca..5ff1a068b97 100644 --- a/sys/arch/arm64/conf/Makefile.arm64 +++ b/sys/arch/arm64/conf/Makefile.arm64 @@ -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 |