summaryrefslogtreecommitdiff
path: root/distrib/notes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/notes/Makefile')
-rw-r--r--distrib/notes/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile
index f52bf52494b..f3096475edd 100644
--- a/distrib/notes/Makefile
+++ b/distrib/notes/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.22 2004/02/07 21:30:26 miod Exp $
+# $OpenBSD: Makefile,v 1.23 2004/02/11 14:02:11 miod Exp $
NOPROG=
NOMAN=
@@ -18,8 +18,9 @@ all: $(TARG)
allarchs:
@cd $(.CURDIR); \
- for arch in alpha hp300 hppa i386 mac68k macppc mvme68k mvme88k \
- pegasos sparc sparc64 vax ; do ${MAKE} M=$$arch; done;
+ for arch in alpha amd64 cats hp300 hppa i386 mac68k macppc \
+ mvme68k mvme88k pegasos sparc sparc64 vax; \
+ do ${MAKE} M=$$arch; done
$(TARG): $(DEP)
m4 -DOSREV=$(OSREV) -DOSrev=$(OSrev) -DINCLUDE=$(.CURDIR)/$M \