diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2020-01-26 04:26:47 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2020-01-26 04:26:47 +0000 |
commit | ce600af14e882093a73a516f601c1daded11c224 (patch) | |
tree | 4b71b8e8aab1a48640c66c6a98acf4e7907c14af /etc/etc.macppc | |
parent | 428d7b26cd569d76229229dcff0e40886be78331 (diff) |
try disconnecting old world boot.mac bootloader for a bit
Diffstat (limited to 'etc/etc.macppc')
-rw-r--r-- | etc/etc.macppc/Makefile.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/etc.macppc/Makefile.inc b/etc/etc.macppc/Makefile.inc index 119d5c10db1..51c7692a3d6 100644 --- a/etc/etc.macppc/Makefile.inc +++ b/etc/etc.macppc/Makefile.inc @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile.inc,v 1.17 2017/04/04 00:03:12 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.18 2020/01/26 04:26:46 tedu Exp $ KERNELS += GENERIC.MP bsd.mp bootblocks: cp -p ${DESTDIR}/usr/mdec/ofwboot ${RELEASEDIR}/ofwboot cp -p ${DESTDIR}/usr/mdec/bsd.tbxi ${RELEASEDIR}/bsd.tbxi - cp -p ${DESTDIR}/usr/mdec/boot.mac ${RELEASEDIR}/boot.mac -MDEXT= bsd.rd cd${OSrev}.iso ofwboot bsd.tbxi boot.mac +MDEXT= bsd.rd cd${OSrev}.iso ofwboot bsd.tbxi |