Module Name:    othersrc
Committed By:   agc
Date:           Mon Aug  8 06:54:41 UTC 2011

Modified Files:
        othersrc/external/bsd/iscsi/sbin/iscsictl: Makefile

Log Message:
Also make the man page for iscsictl(8)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/iscsi/sbin/iscsictl/Makefile

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

Modified files:

Index: othersrc/external/bsd/iscsi/sbin/iscsictl/Makefile
diff -u othersrc/external/bsd/iscsi/sbin/iscsictl/Makefile:1.2 othersrc/external/bsd/iscsi/sbin/iscsictl/Makefile:1.3
--- othersrc/external/bsd/iscsi/sbin/iscsictl/Makefile:1.2	Mon Aug  8 02:25:32 2011
+++ othersrc/external/bsd/iscsi/sbin/iscsictl/Makefile	Mon Aug  8 06:54:41 2011
@@ -1,6 +1,5 @@
 #	$wasabi: Makefile,v 1.2 2006/05/03 22:45:02 wrstuden Exp $
 
-MKMAN=	no
 PROG=	iscsictl
 BINDIR=	/sbin
 
@@ -9,8 +8,13 @@
 
 CPPFLAGS+= -I${DESTDIR}/usr/include/dev/iscsi
 
+CPPFLAGS+=	-I${.CURDIR}/../../sys/dev/iscsi
+CPPFLAGS+=	-I${.CURDIR}/../../sys
+CPPFLAGS+=	-I${.CURDIR}/../iscsid
 WARNS=	4
 
+MAN=	iscsictl.8
+
 # CPPFLAGS+= -DISCSI_TEST_MODE -DISCSI_DEBUG
 
 .include <bsd.prog.mk>

Reply via email to