diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-02-18 22:36:43 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-02-18 22:36:43 +0000 |
commit | 31739dcfef65c3158ebda47946c248906d2e4739 (patch) | |
tree | 151d663b0258fe34d3f140f5a9aacdd4b1eba6dc /sys/arch/powerpc/stand/Makefile | |
parent | 0c496decfd5eec41b0d11bb2d665daa70d3a65b1 (diff) |
Add the necessary pieces to boot on a PowerMAC, does not currently work,
Debugging in progress.
Diffstat (limited to 'sys/arch/powerpc/stand/Makefile')
-rw-r--r-- | sys/arch/powerpc/stand/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/stand/Makefile b/sys/arch/powerpc/stand/Makefile index 8d1b8d6b7b3..946e8d5e59d 100644 --- a/sys/arch/powerpc/stand/Makefile +++ b/sys/arch/powerpc/stand/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 1997/02/06 23:44:55 rahnds Exp $ +# $OpenBSD: Makefile,v 1.5 1997/02/18 22:36:40 rahnds Exp $ # $NetBSD: Makefile,v 1.1 1996/09/30 16:34:59 ws Exp $ -SUBDIR= boot +SUBDIR= boot boot.mac SAREL= KERNREL= |