Source-Changes-HG archive

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

[src/trunk]: src/sys/modules add vioscsi to the list (disabled)



details:   https://anonhg.NetBSD.org/src/rev/c83bcc128e1e
branches:  trunk
changeset: 822578:c83bcc128e1e
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sat Mar 25 23:17:07 2017 +0000

description:
add vioscsi to the list (disabled)

diffstat:

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

diffs (17 lines):

diff -r 3a055915a519 -r c83bcc128e1e sys/modules/Makefile
--- a/sys/modules/Makefile      Sat Mar 25 22:33:16 2017 +0000
+++ b/sys/modules/Makefile      Sat Mar 25 23:17:07 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.189 2017/02/16 08:12:43 knakahara Exp $
+#      $NetBSD: Makefile,v 1.190 2017/03/25 23:17:07 jdolecek Exp $
 
 .include <bsd.own.mk>
 
@@ -405,6 +405,7 @@
 SUBDIR+=       twe
 SUBDIR+=       viomb
 SUBDIR+=       virtio
+SUBDIR+=       vioscsi
 .endif
 
 SUBDIR+=       examples        # build these regularly to avoid bit-rot



Home | Main Index | Thread Index | Old Index