Source-Changes-HG archive

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

[src/trunk]: src/sys/modules Build v7fs module on all architecture rather tha...



details:   https://anonhg.NetBSD.org/src/rev/a5e0264e7d54
branches:  trunk
changeset: 767494:a5e0264e7d54
user:      enami <enami%NetBSD.org@localhost>
date:      Tue Jul 19 23:13:31 2011 +0000

description:
Build v7fs module on all architecture rather than only on i386.

diffstat:

 sys/modules/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 04cd038c1755 -r a5e0264e7d54 sys/modules/Makefile
--- a/sys/modules/Makefile      Tue Jul 19 21:02:23 2011 +0000
+++ b/sys/modules/Makefile      Tue Jul 19 23:13:31 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.77 2011/07/19 19:19:09 tron Exp $
+#      $NetBSD: Makefile,v 1.78 2011/07/19 23:13:31 enami Exp $
 
 .include <bsd.own.mk>
 
@@ -63,6 +63,7 @@
 SUBDIR+=       umap
 SUBDIR+=       union
 SUBDIR+=       usbverbose
+SUBDIR+=       v7fs
 SUBDIR+=       vnd
 SUBDIR+=       tprof
 .if (defined(NOTYET))
@@ -154,7 +155,6 @@
 SUBDIR+=       viadrm
 SUBDIR+=       pad
 SUBDIR+=       padlock
-SUBDIR+=       v7fs
 SUBDIR+=       viac7temp
 SUBDIR+=       wmieeepc
 .endif



Home | Main Index | Thread Index | Old Index