summaryrefslogtreecommitdiff
path: root/distrib/notes
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-02-11 14:02:12 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-02-11 14:02:12 +0000
commit22d6de45d42b389ad9c290362310374868998c52 (patch)
treedbc356b2e6efd141043fec1483a121d1584370ef /distrib/notes
parent120ab19686a6e39944206d2233f8ccdc0a914956 (diff)
Add amd64 and cats to the allarchs target.
Diffstat (limited to 'distrib/notes')
-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 \