Module Name: othersrc
Committed By: agc
Date: Sat Oct 22 20:40:51 UTC 2011
Added Files:
othersrc/external/bsd/iscsi/sbin: Makefile
Log Message:
add a SUBDIR-style Makefile for iscsictl and iscsid
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/iscsi/sbin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: othersrc/external/bsd/iscsi/sbin/Makefile
diff -u /dev/null othersrc/external/bsd/iscsi/sbin/Makefile:1.1
--- /dev/null Sat Oct 22 20:40:51 2011
+++ othersrc/external/bsd/iscsi/sbin/Makefile Sat Oct 22 20:40:51 2011
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile,v 1.1 2011/10/22 20:40:51 agc Exp $
+
+SUBDIR= iscsictl iscsid
+
+.include <bsd.subdir.mk>