diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-06-06 17:49:21 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-06-06 17:49:21 +0000 |
commit | 0bc8436df9fdfc892350a1e08176bfa477c79100 (patch) | |
tree | d1b817b1056517ffae4dbc53ea670605eb3e474b /distrib/notes/Makefile | |
parent | 9a32591949de748f1239093614f6a189710c876c (diff) |
armish tweaks
Diffstat (limited to 'distrib/notes/Makefile')
-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 36ac1db54fc..03e03918a72 100644 --- a/distrib/notes/Makefile +++ b/distrib/notes/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2005/01/15 17:52:07 miod Exp $ +# $OpenBSD: Makefile,v 1.27 2006/06/06 17:49:20 miod Exp $ NOPROG= NOMAN= @@ -18,8 +18,8 @@ all: $(TARG) allarchs: @cd $(.CURDIR); \ - for arch in alpha amd64 cats hp300 hppa i386 luna88k mac68k macppc \ - mvme68k mvme88k sgi sparc sparc64 vax zaurus; \ + for arch in alpha amd64 armish cats hp300 hppa i386 luna88k \ + mac68k macppc mvme68k mvme88k sgi sparc sparc64 vax zaurus; \ do ${MAKE} M=$$arch; done $(TARG): $(DEP) |