Module Name: src
Committed By: agc
Date: Sat Jun 20 04:18:39 UTC 2009
Modified Files:
src/usr.sbin/iscsi: Makefile
Log Message:
Enable the iSCSI initiator
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/iscsi/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/iscsi/Makefile
diff -u src/usr.sbin/iscsi/Makefile:1.2 src/usr.sbin/iscsi/Makefile:1.3
--- src/usr.sbin/iscsi/Makefile:1.2 Fri May 1 23:40:32 2009
+++ src/usr.sbin/iscsi/Makefile Sat Jun 20 04:18:39 2009
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2009/05/01 23:40:32 agc Exp $
+# $NetBSD: Makefile,v 1.3 2009/06/20 04:18:39 agc Exp $
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif
-SUBDIR= target
+SUBDIR= target initiator
.include <bsd.subdir.mk>