Module Name:    src
Committed By:   dyoung
Date:           Thu Jun 25 21:04:13 UTC 2009

Modified Files:
        src/lib/libiscsi: Makefile

Log Message:
Add .PATH: ${ISCSIDIST}/src/lib for conffile.c.  Compiles, now,
but does not install.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libiscsi/Makefile

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

Modified files:

Index: src/lib/libiscsi/Makefile
diff -u src/lib/libiscsi/Makefile:1.10 src/lib/libiscsi/Makefile:1.11
--- src/lib/libiscsi/Makefile:1.10	Thu Jun 25 20:47:45 2009
+++ src/lib/libiscsi/Makefile	Thu Jun 25 21:04:13 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2009/06/25 20:47:45 dyoung Exp $
+# $NetBSD: Makefile,v 1.11 2009/06/25 21:04:13 dyoung Exp $
 
 .include <bsd.own.mk>
 
@@ -16,6 +16,7 @@
 
 ISCSIDIST=	${NETBSDSRCDIR}/external/bsd/iscsi/dist
 .PATH:	${ISCSIDIST}/src
+.PATH:	${ISCSIDIST}/src/lib
 
 LIBDPLIBS+=      pthread  ${.CURDIR}/../libpthread
 

Reply via email to