diff options
author | 2013-03-26 19:20:57 +0000 | |
---|---|---|
committer | 2013-03-26 19:20:57 +0000 | |
commit | 25103f9a7e04fcf352ad8b9033d74f2b7e8b65d4 (patch) | |
tree | 1cde5bed394f2c1584ace594204e76dfc24045cb | |
parent | bits for octeon (will format as OCTEON in Dt); (diff) | |
download | wireguard-openbsd-25103f9a7e04fcf352ad8b9033d74f2b7e8b65d4.tar.xz wireguard-openbsd-25103f9a7e04fcf352ad8b9033d74f2b7e8b65d4.zip |
hookup octeon here too; reminded by deraadt@
-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 |