summaryrefslogtreecommitdiff
path: root/distrib/notes
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2003-10-31 04:03:16 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2003-10-31 04:03:16 +0000
commit5ec16ac4fa605ada26169db9d4f73db56ea0e065 (patch)
tree6a3e27ee163dc56e197f8f0e4c3a25bdccfb3f95 /distrib/notes
parent9de540c36360769c53045fc5e6c7117c98ad2aa5 (diff)
OpenBSD port for the Pegasos I, pegasosppc.com heavily derived from macppc.
Diffstat (limited to 'distrib/notes')
-rw-r--r--distrib/notes/Makefile4
-rw-r--r--distrib/notes/m4.common3
2 files changed, 4 insertions, 3 deletions
diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile
index e25b745dda1..ba7368fb54d 100644
--- a/distrib/notes/Makefile
+++ b/distrib/notes/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.20 2003/09/06 21:14:48 miod Exp $
+# $OpenBSD: Makefile,v 1.21 2003/10/31 04:03:15 drahn Exp $
NOPROG=
NOMAN=
@@ -17,7 +17,7 @@ all: $(TARG)
allarchs:
@cd $(.CURDIR); \
for arch in alpha hp300 hppa i386 mac68k macppc mvme68k mvme88k \
- sparc sparc64 vax ; do ${MAKE} M=$$arch; done;
+ pegasos sparc sparc64 vax ; do ${MAKE} M=$$arch; done;
$(TARG): $(DEP)
m4 -DOSREV=$(OSREV) -DOSrev=$(OSrev) -DINCLUDE=$(.CURDIR)/$M \
diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common
index 5d8fee548d4..f2748a6336a 100644
--- a/distrib/notes/m4.common
+++ b/distrib/notes/m4.common
@@ -1,5 +1,5 @@
dnl
-dnl $OpenBSD: m4.common,v 1.44 2003/08/11 22:21:15 miod Exp $
+dnl $OpenBSD: m4.common,v 1.45 2003/10/31 04:03:15 drahn Exp $
dnl
dnl a simple MACHINE->MACHINE_ARCH converter.
define(`MACHINE_ARCH',
@@ -11,6 +11,7 @@ MACHINE,macppc,powerpc,
MACHINE,mvme68k,m68k,
MACHINE,mvme88k,m88k,
MACHINE,mvmeppc,powerpc,
+MACHINE,pegasos,powerpc,
MACHINE,sun3,m68k,
MACHINE)')dnl
dnl simulate an include path with a macro 'includeit'.