diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-12-01 07:50:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-12-01 07:50:08 +0000 |
commit | 7fade57a8abf11896d95cdde7876459924853496 (patch) | |
tree | 86be916ffbbe59ac56b6d9297d2f46e8f944836b /sys/Makefile | |
parent | 0ecd45eb6bd7318e53221a604fb83d3fc01defa8 (diff) |
Send Aviion to same place as Nova II
discussed with jsg
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 3f86c9674fa..c87a1375706 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.41 2014/03/18 22:36:31 miod Exp $ +# $OpenBSD: Makefile,v 1.42 2015/12/01 07:50:02 deraadt Exp $ # $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $ SUBDIR= dev/microcode \ - arch/alpha arch/amd64 arch/armish arch/armv7 arch/aviion \ + arch/alpha arch/amd64 arch/armish arch/armv7 \ arch/hppa arch/hppa64 arch/i386 \ arch/landisk arch/loongson arch/luna88k \ arch/macppc arch/octeon \ |