diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-11-08 21:04:18 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-11-08 21:04:18 +0000 |
commit | d98cc04f9d30439bb83ca062694bf0ed2a91f151 (patch) | |
tree | 98510300884517a6eec6122e2772d5129314fea4 /sys/Makefile | |
parent | 9ae733391d6c0739401954af9c756f2124ae8886 (diff) |
gotta get down into hppa too
Diffstat (limited to 'sys/Makefile')
-rw-r--r-- | sys/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/Makefile b/sys/Makefile index 69ca6bbfb8e..4e4af6d0435 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.14 2001/09/07 15:36:53 jason Exp $ +# $OpenBSD: Makefile,v 1.15 2002/11/08 21:04:17 mickey Exp $ # $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $ -SUBDIR= arch/alpha arch/amiga arch/hp300 arch/i386 arch/m68k \ +SUBDIR= arch/alpha arch/amiga arch/hp300 arch/hppa arch/i386 arch/m68k \ arch/mac68k arch/macppc arch/mvme68k arch/mvme88k \ arch/mvmeppc arch/sparc arch/sparc64 arch/sun3 arch/vax |