diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2013-03-26 19:20:58 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2013-03-26 19:20:58 +0000 |
commit | 5c11881e53607a4f4b097fb109f549b14e037ad8 (patch) | |
tree | 98bcd7a7c4e67980c45ea17c669b2626edc18a29 /sys | |
parent | 2574d2f81ae284f547049ed75b41e42fc950f696 (diff) |
hookup octeon here too; reminded by deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/Makefile b/sys/Makefile index 621e8ad5a5a..f35d79aecb0 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.38 2013/03/25 17:22:11 deraadt Exp $ +# $OpenBSD: Makefile,v 1.39 2013/03/26 19:20:57 jasper Exp $ # $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $ SUBDIR= dev/microcode \ arch/alpha arch/amd64 arch/armish arch/aviion arch/beagle \ arch/hp300 arch/hppa arch/hppa64 arch/i386 arch/landisk \ arch/loongson arch/luna88k arch/m68k arch/macppc \ - arch/mvme68k arch/mvme88k arch/sgi \ + arch/mvme68k arch/mvme88k arch/octeon arch/sgi \ arch/socppc arch/solbourne arch/sparc arch/sparc64 arch/vax \ arch/zaurus |