diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-02-11 14:02:12 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-02-11 14:02:12 +0000 |
commit | 22d6de45d42b389ad9c290362310374868998c52 (patch) | |
tree | dbc356b2e6efd141043fec1483a121d1584370ef /distrib/notes | |
parent | 120ab19686a6e39944206d2233f8ccdc0a914956 (diff) |
Add amd64 and cats to the allarchs target.
Diffstat (limited to 'distrib/notes')
-rw-r--r-- | distrib/notes/Makefile | 7 |
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 \ |