summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/stand/Makefile
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2001-09-01 15:39:03 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2001-09-01 15:39:03 +0000
commit96fd81fad1ecb9c6db1d82029898c5d745862416 (patch)
treef9b5736bf8ae24f5cc229716015ba28ee3b9d0da /sys/arch/macppc/stand/Makefile
parent901d54c0a752adcdf9f140fb1dc64263e237ccea (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 to macppc/stand
Diffstat (limited to 'sys/arch/macppc/stand/Makefile')
-rw-r--r--sys/arch/macppc/stand/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/sys/arch/macppc/stand/Makefile b/sys/arch/macppc/stand/Makefile
new file mode 100644
index 00000000000..7f06b65d761
--- /dev/null
+++ b/sys/arch/macppc/stand/Makefile
@@ -0,0 +1,33 @@
+# $OpenBSD: Makefile,v 1.1 2001/09/01 15:39:02 drahn Exp $
+# $NetBSD: Makefile,v 1.1 1996/09/30 16:34:59 ws Exp $
+
+SUBDIR= ofwboot boot.mac mbr
+
+SAREL=
+KERNREL=
+KERN_AS=library
+Z_AS=library
+SA_ZLIB=smth
+USE_LOADFILE=yes
+
+.include "Makefile.inc"
+.include "$S/lib/libz/Makefile.inc"
+.include "$S/lib/libsa/Makefile.inc"
+.include "$S/lib/libkern/Makefile.inc"
+
+all: ${ZLIB} ${SALIB} ${KERNLIB} _SUBDIRUSE
+
+libdep:
+ @echo ${.OBJDIR}/${SALIB} $(KERNLIB) ${ZLIB}
+
+
+${PROG}:
+
+clean:: _SUBDIRUSE
+
+cleandir: _SUBDIRUSE
+
+depend:: _SUBDIRUSE
+
+.include <bsd.obj.mk>
+.include <bsd.subdir.mk>