summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distrib/notes/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile
index 3a2f695e5ec..e25b745dda1 100644
--- a/distrib/notes/Makefile
+++ b/distrib/notes/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.19 2003/09/05 20:02:03 miod Exp $
+# $OpenBSD: Makefile,v 1.20 2003/09/06 21:14:48 miod Exp $
NOPROG=
NOMAN=
@@ -16,8 +16,8 @@ all: $(TARG)
allarchs:
@cd $(.CURDIR); \
- for arch in alpha hp300 hppa i386 mac68k macppc mvme68k sparc \
- sparc64 vax ; do ${MAKE} M=$$arch; done;
+ for arch in alpha hp300 hppa i386 mac68k macppc mvme68k mvme88k \
+ sparc sparc64 vax ; do ${MAKE} M=$$arch; done;
$(TARG): $(DEP)
m4 -DOSREV=$(OSREV) -DOSrev=$(OSrev) -DINCLUDE=$(.CURDIR)/$M \