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 /sys | |
parent | 428d7b26cd569d76229229dcff0e40886be78331 (diff) |
try disconnecting old world boot.mac bootloader for a bit
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/macppc/stand/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/stand/Makefile b/sys/arch/macppc/stand/Makefile index 44007654626..f7738fd8b5c 100644 --- a/sys/arch/macppc/stand/Makefile +++ b/sys/arch/macppc/stand/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 2016/03/30 06:38:45 jmc Exp $ +# $OpenBSD: Makefile,v 1.10 2020/01/26 04:26:46 tedu Exp $ # $NetBSD: Makefile,v 1.1 1996/09/30 16:34:59 ws Exp $ MANSUBDIR=macppc MAN=boot.8 .if ${MACHINE} == "macppc" -SUBDIR= ofwboot boot.mac mbr tbxidata +SUBDIR= ofwboot mbr tbxidata SAREL= KERNREL= |