summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2001-09-01 15:34:14 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2001-09-01 15:34:14 +0000
commitcf0b6232acb8c668778a86e13c718b4ee42f251b (patch)
treea30b898b3265d7281a9a8a2cb79c032204739131
parentbcb91dffec5231fd5f9ababc238093449963f96a (diff)
The "powerpc" port which has supported the newer Apple Macintosh powerpc based
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/stand/ofwboot to macppc/stand/ofwboot
-rw-r--r--sys/arch/macppc/stand/ofwboot/Makefile (renamed from sys/arch/powerpc/stand/ofwboot/Makefile)4
-rw-r--r--sys/arch/macppc/stand/ofwboot/version (renamed from sys/arch/powerpc/stand/ofwboot/version)2
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/powerpc/stand/ofwboot/Makefile b/sys/arch/macppc/stand/ofwboot/Makefile
index 7eb26081857..dd464abf906 100644
--- a/sys/arch/powerpc/stand/ofwboot/Makefile
+++ b/sys/arch/macppc/stand/ofwboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2001/02/09 05:20:52 drahn Exp $
+# $OpenBSD: Makefile,v 1.1 2001/09/01 15:34:13 drahn Exp $
# $NetBSD: Makefile,v 1.2 1997/04/17 07:46:24 thorpej Exp $
S= ${.CURDIR}/../../../..
@@ -6,7 +6,7 @@ R=../
PROG= ofwboot
SRCS= Locore.c boot.c ofdev.c net.c netif_of.c alloc.c cache.c hfs.c
-.PATH: ${S}/arch/powerpc/stand
+.PATH: ${S}/arch/macppc/stand
SRCS+= ofwmagic.S
#CFLAGS+= -DDEBUG -DNETIF_DEBUG
NOMAN=
diff --git a/sys/arch/powerpc/stand/ofwboot/version b/sys/arch/macppc/stand/ofwboot/version
index 07ce4c6fb85..30e3cfb725b 100644
--- a/sys/arch/powerpc/stand/ofwboot/version
+++ b/sys/arch/macppc/stand/ofwboot/version
@@ -1,4 +1,4 @@
-$OpenBSD: version,v 1.2 2001/07/04 08:38:53 niklas Exp $
+$OpenBSD: version,v 1.1 2001/09/01 15:34:13 drahn Exp $
$NetBSD: version,v 1.3 1997/04/19 01:40:08 thorpej Exp $
1.1: Boot program for OpenFirmware; initial revision