summaryrefslogtreecommitdiff
path: root/etc/etc.armv7/Makefile.inc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2017-04-04 00:03:13 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2017-04-04 00:03:13 +0000
commit905c7a019d973a445ff109521defb71ceb4bb00e (patch)
tree274bcef5a27ff502163477255cdc43f145bb3af0 /etc/etc.armv7/Makefile.inc
parent05981acf57d0bc627f6b98bbc29ab3cbce0af021 (diff)
cp -p the bootblocks to RELEASEDIR; ok tb
Diffstat (limited to 'etc/etc.armv7/Makefile.inc')
-rw-r--r--etc/etc.armv7/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.armv7/Makefile.inc b/etc/etc.armv7/Makefile.inc
index 64f3867298c..18a4447db1d 100644
--- a/etc/etc.armv7/Makefile.inc
+++ b/etc/etc.armv7/Makefile.inc
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile.inc,v 1.14 2016/05/29 07:38:01 jsg Exp $
+# $OpenBSD: Makefile.inc,v 1.15 2017/04/04 00:03:12 deraadt Exp $
bootblocks:
- cp ${DESTDIR}/usr/mdec/BOOTARM.EFI ${RELEASEDIR}
+ cp -p ${DESTDIR}/usr/mdec/BOOTARM.EFI ${RELEASEDIR}
MDEXT= bsd.rd BOOTARM.EFI \
miniroot-am335x-${OSrev}.fs miniroot-beagle-${OSrev}.fs \