From 1a508cd52772ae82fb402c8f4743c1a4fc615da0 Mon Sep 17 00:00:00 2001 From: matt Date: Wed, 3 Sep 2014 19:27:53 +0000 Subject: [PATCH] Fix SUBDIR commit --- sys/arch/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/Makefile b/sys/arch/Makefile index 8f18b9545a33..d766767c86c3 100644 --- a/sys/arch/Makefile +++ b/sys/arch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2014/08/10 05:57:31 matt Exp $ +# $NetBSD: Makefile,v 1.45 2014/09/03 19:27:53 matt Exp $ # For now, we install the machine and arch includes, and symlink 'machine' # to the location of the machine includes (usually). @@ -45,7 +45,7 @@ SUBDIR+= sun68k SUBDIR+= xen .endif -#SUBDIR=acorn26 acorn32 algor alpha amiga amigappc arm arc atari \ +#SUBDIR=aarch64 acorn26 acorn32 algor alpha amiga amigappc arm arc atari \ # bebox \ # cats cesfic cobalt \ # dreamcast \ @@ -55,7 +55,7 @@ SUBDIR+= xen # luna68k \ # m68k mac68k macppc mips mipsco mmeye mvme68k \ # netwinder news68k newsmips next68k \ -# ofppc \ +# ofppc or1k \ # playstation2 pmax powerpc prep \ # sandpoint sbmips sgimips sh3 shark sparc sparc64 sun2 sun3 sun68k \ # rs6000 \