diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-09-16 07:05:15 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-09-16 07:05:15 +0000 |
commit | 14a4eb50586b90a3258c796d5e78752d71c2a466 (patch) | |
tree | f561e552660d5ecc40f1a4f4a8aad0b85fcce93f /distrib | |
parent | 57d9ab7db10592033067914390dfe336c2190b2e (diff) |
Add luna88k and sgi to the allarchs target.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/notes/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile index 285569c4ae3..8195698ca5d 100644 --- a/distrib/notes/Makefile +++ b/distrib/notes/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2004/05/03 15:18:18 drahn Exp $ +# $OpenBSD: Makefile,v 1.25 2004/09/16 07:05:14 miod Exp $ NOPROG= NOMAN= @@ -18,8 +18,8 @@ all: $(TARG) allarchs: @cd $(.CURDIR); \ - for arch in alpha amd64 cats hp300 hppa i386 mac68k macppc \ - mvme68k mvme88k sparc sparc64 vax; \ + for arch in alpha amd64 cats hp300 hppa i386 luna88k mac68k macppc \ + mvme68k mvme88k sgi sparc sparc64 vax; \ do ${MAKE} M=$$arch; done $(TARG): $(DEP) |