summaryrefslogtreecommitdiff
path: root/etc/etc.alpha
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.alpha
parent05981acf57d0bc627f6b98bbc29ab3cbce0af021 (diff)
cp -p the bootblocks to RELEASEDIR; ok tb
Diffstat (limited to 'etc/etc.alpha')
-rw-r--r--etc/etc.alpha/Makefile.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/etc.alpha/Makefile.inc b/etc/etc.alpha/Makefile.inc
index e736043f6ae..2acb2b42a8d 100644
--- a/etc/etc.alpha/Makefile.inc
+++ b/etc/etc.alpha/Makefile.inc
@@ -1,14 +1,14 @@
-# $OpenBSD: Makefile.inc,v 1.25 2015/08/29 17:22:41 deraadt Exp $
+# $OpenBSD: Makefile.inc,v 1.26 2017/04/04 00:03:12 deraadt Exp $
KERNELS += GENERIC.MP bsd.mp
KERNELS += GENERIC.MP bsd.mp
bootblocks:
- cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}
- cp ${DESTDIR}/usr/mdec/bootxx ${RELEASEDIR}
- cp ${DESTDIR}/usr/mdec/netboot ${RELEASEDIR}
- cp ${DESTDIR}/usr/mdec/netboot.mop ${RELEASEDIR}
+ cp -p ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}
+ cp -p ${DESTDIR}/usr/mdec/bootxx ${RELEASEDIR}
+ cp -p ${DESTDIR}/usr/mdec/netboot ${RELEASEDIR}
+ cp -p ${DESTDIR}/usr/mdec/netboot.mop ${RELEASEDIR}
MDEXT= bsd.rd cd${OSrev}.iso \
miniroot${OSrev}.fs \