summaryrefslogtreecommitdiff
path: root/distrib/notes/Makefile
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/Makefile
parent9de540c36360769c53045fc5e6c7117c98ad2aa5 (diff)
OpenBSD port for the Pegasos I, pegasosppc.com heavily derived from macppc.
Diffstat (limited to 'distrib/notes/Makefile')
-rw-r--r--distrib/notes/Makefile4
1 files changed, 2 insertions, 2 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 \