diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-04-04 00:03:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-04-04 00:03:13 +0000 |
commit | 905c7a019d973a445ff109521defb71ceb4bb00e (patch) | |
tree | 274bcef5a27ff502163477255cdc43f145bb3af0 /etc/etc.sgi/Makefile.inc | |
parent | 05981acf57d0bc627f6b98bbc29ab3cbce0af021 (diff) |
cp -p the bootblocks to RELEASEDIR; ok tb
Diffstat (limited to 'etc/etc.sgi/Makefile.inc')
-rw-r--r-- | etc/etc.sgi/Makefile.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.sgi/Makefile.inc b/etc/etc.sgi/Makefile.inc index 41f5268319d..e1c1cd2605a 100644 --- a/etc/etc.sgi/Makefile.inc +++ b/etc/etc.sgi/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.18 2015/12/27 16:31:08 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.19 2017/04/04 00:03:12 deraadt Exp $ ALLIP= 22 26 27 28 30 32 KERNELS= @@ -12,8 +12,8 @@ KERNELS+= GENERIC-IP30.MP bsd.mp.IP30 KERNELS+= GENERIC-IP27.MP bsd.mp.IP27 bootblocks: - cp ${DESTDIR}/usr/mdec/boot32 ${RELEASEDIR} - cp ${DESTDIR}/usr/mdec/boot64 ${RELEASEDIR} - cp ${DESTDIR}/usr/mdec/bootecoff ${RELEASEDIR} + cp -p ${DESTDIR}/usr/mdec/boot32 ${RELEASEDIR} + cp -p ${DESTDIR}/usr/mdec/boot64 ${RELEASEDIR} + cp -p ${DESTDIR}/usr/mdec/bootecoff ${RELEASEDIR} MDEXT+= boot32 boot64 bootecoff cd${OSrev}.iso |