diff options
author | 2002-11-08 21:04:17 +0000 | |
---|---|---|
committer | 2002-11-08 21:04:17 +0000 | |
commit | 9536cd767aa4bd45f303254ebeb9022c368d921c (patch) | |
tree | a1c2d1f21960804344e3ba613b3aeaddc29e57b2 | |
parent | add a radio receivers section and bktr yto the misc (diff) | |
download | wireguard-openbsd-9536cd767aa4bd45f303254ebeb9022c368d921c.tar.xz wireguard-openbsd-9536cd767aa4bd45f303254ebeb9022c368d921c.zip |
gotta get down into hppa too
-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 |