Module Name: src
Committed By: dyoung
Date: Sun Jul 17 01:09:00 UTC 2011
Modified Files:
src/lib/libarch: Makefile
Log Message:
Don't descend into alpha/.
Up next: fix set lists.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libarch/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libarch/Makefile
diff -u src/lib/libarch/Makefile:1.22 src/lib/libarch/Makefile:1.23
--- src/lib/libarch/Makefile:1.22 Sun Dec 13 08:25:20 2009
+++ src/lib/libarch/Makefile Sun Jul 17 01:09:00 2011
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2009/12/13 08:25:20 mrg Exp $
+# $NetBSD: Makefile,v 1.23 2011/07/17 01:09:00 dyoung Exp $
# These should always be a MACHINE_CPU value
-ARCHDIRS= alpha arm i386 m68k sparc x86_64
+ARCHDIRS= arm i386 m68k sparc x86_64
.for arch in ${ARCHDIRS}
.include "${.CURDIR}/${arch}/Makefile.inc"