diff options
Diffstat (limited to 'etc/etc.i386/Makefile.inc')
-rw-r--r-- | etc/etc.i386/Makefile.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.i386/Makefile.inc b/etc/etc.i386/Makefile.inc index 08635d99b9c..d187d917f4b 100644 --- a/etc/etc.i386/Makefile.inc +++ b/etc/etc.i386/Makefile.inc @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile.inc,v 1.24 2015/01/12 17:10:38 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.25 2017/04/04 00:03:12 deraadt Exp $ KERNELS += GENERIC.MP bsd.mp bootblocks: - cp ${DESTDIR}/usr/mdec/pxeboot ${RELEASEDIR} - cp ${DESTDIR}/usr/mdec/cdboot ${RELEASEDIR} - cp ${DESTDIR}/usr/mdec/cdbr ${RELEASEDIR} + cp -p ${DESTDIR}/usr/mdec/pxeboot ${RELEASEDIR} + cp -p ${DESTDIR}/usr/mdec/cdboot ${RELEASEDIR} + cp -p ${DESTDIR}/usr/mdec/cdbr ${RELEASEDIR} MDEXT= bsd.rd cd${OSrev}.iso floppy${OSrev}.fs miniroot${OSrev}.fs \ pxeboot cdboot cdbr |