Module Name: src Committed By: matt Date: Wed Sep 3 19:27:53 UTC 2014
Modified Files: src/sys/arch: Makefile Log Message: Fix SUBDIR commit To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/arch/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/Makefile diff -u src/sys/arch/Makefile:1.44 src/sys/arch/Makefile:1.45 --- src/sys/arch/Makefile:1.44 Sun Aug 10 05:57:31 2014 +++ src/sys/arch/Makefile Wed Sep 3 19:27:53 2014 @@ -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 \