Module Name:    src
Committed By:   enami
Date:           Tue Jul 19 23:13:31 UTC 2011

Modified Files:
        src/sys/modules: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/sys/modules/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/modules/Makefile
diff -u src/sys/modules/Makefile:1.77 src/sys/modules/Makefile:1.78
--- src/sys/modules/Makefile:1.77	Tue Jul 19 19:19:09 2011
+++ src/sys/modules/Makefile	Tue Jul 19 23:13:31 2011
@@ -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

Reply via email to