diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-19 01:00:14 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-19 01:00:14 +0000 |
commit | 91b05c6a7619be99794102f91beccc3228565e8e (patch) | |
tree | 1edea6315c890680030bacd6ef6ce0bfb509c327 /distrib/notes/Makefile | |
parent | 1b7ddb41b21f0c8452473165039535afb6d4c81b (diff) |
Very crude notes for the hppa adventurous person.
Diffstat (limited to 'distrib/notes/Makefile')
-rw-r--r-- | distrib/notes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile index 8e2f3168e46..7771c0e9469 100644 --- a/distrib/notes/Makefile +++ b/distrib/notes/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2002/10/07 19:31:01 miod Exp $ +# $OpenBSD: Makefile,v 1.17 2002/12/19 01:00:11 miod Exp $ NOPROG= NOMAN= @@ -16,7 +16,7 @@ all: $(TARG) allarchs: @cd $(.CURDIR); \ - for arch in alpha amiga hp300 i386 mac68k macppc mvme68k sparc \ + for arch in alpha amiga hp300 hppa i386 mac68k macppc mvme68k sparc \ sparc64 sun3 vax ; do ${MAKE} M=$$arch; done; $(TARG): $(DEP) |