Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Add new SUBDIRs.



details:   https://anonhg.NetBSD.org/src/rev/bea7d767bc65
branches:  trunk
changeset: 482676:bea7d767bc65
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Feb 19 02:03:29 2000 +0000

description:
Add new SUBDIRs.

diffstat:

 sys/arch/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r fa331b8bdec5 -r bea7d767bc65 sys/arch/Makefile
--- a/sys/arch/Makefile Sat Feb 19 01:56:21 2000 +0000
+++ b/sys/arch/Makefile Sat Feb 19 02:03:29 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 1999/11/20 16:35:24 eeh Exp $
+#      $NetBSD: Makefile,v 1.7 2000/02/19 02:03:29 tsutsui Exp $
 
 # For now, we install the machine and arch includes, and symlink 'machine'
 # to the location of the machine includes.
@@ -16,8 +16,9 @@
 SUBDIR+= sparc64
 .endif
 
-#SUBDIR= alpha amiga arm32 atari bebox hp300 i386 m68k mac68k macppc mips \
-#      mvme68k newsmips ofppc pc532 pica pmax powerpc sparc sun3 vax x68k
+#SUBDIR= alpha amiga arc arm32 atari bebox evbsh3 hp300 hpcmips i386 luna68k \
+#      m68k mac68k macppc mips mmeye mvme68k news68k newsmips next68k ofppc \
+#      pc532 pmax powerpc sh3 sparc sparc64 sun3 vax x68k
 
 SYMLINKS= ${MACHINE} /usr/include/machine
 



Home | Main Index | Thread Index | Old Index