Module Name:    src
Committed By:   mrg
Date:           Tue Dec 15 05:23:25 UTC 2009

Modified Files:
        src/compat: compatsubdir.mk

Log Message:
add iscsi/lib


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/compat/compatsubdir.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/compat/compatsubdir.mk
diff -u src/compat/compatsubdir.mk:1.2 src/compat/compatsubdir.mk:1.3
--- src/compat/compatsubdir.mk:1.2	Tue Dec 15 04:12:43 2009
+++ src/compat/compatsubdir.mk	Tue Dec 15 05:23:25 2009
@@ -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>

Reply via email to