Source-Changes-HG archive

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

[src/trunk]: src/compat add iscsi/lib



details:   https://anonhg.NetBSD.org/src/rev/b3b9fd9cd924
branches:  trunk
changeset: 750069:b3b9fd9cd924
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Dec 15 05:23:25 2009 +0000

description:
add iscsi/lib

diffstat:

 compat/compatsubdir.mk |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r d670c0758780 -r b3b9fd9cd924 compat/compatsubdir.mk
--- a/compat/compatsubdir.mk    Tue Dec 15 05:11:08 2009 +0000
+++ b/compat/compatsubdir.mk    Tue Dec 15 05:23:25 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: compatsubdir.mk,v 1.2 2009/12/15 04:12:43 mrg Exp $
+#      $NetBSD: compatsubdir.mk,v 1.3 2009/12/15 05:23:25 mrg Exp $
 
 # Build netbsd libraries.
 
@@ -41,6 +41,10 @@
 SUBDIR+= ../../../external/gpl3/binutils/lib
 .endif
 
+.if (${MKISCSI} != "no")
+SUBDIR+= ../../../external/bsd/iscsi/lib
+.endif
+
 .endif
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index