Module Name: othersrc Committed By: agc Date: Sun Oct 23 20:02:52 UTC 2011
Modified Files: othersrc/external/bsd/iscsi/sbin/iscsid: Makefile Log Message: also build the man page for iscsid To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/iscsi/sbin/iscsid/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/iscsid/Makefile diff -u othersrc/external/bsd/iscsi/sbin/iscsid/Makefile:1.2 othersrc/external/bsd/iscsi/sbin/iscsid/Makefile:1.3 --- othersrc/external/bsd/iscsi/sbin/iscsid/Makefile:1.2 Tue Jul 26 05:53:03 2011 +++ othersrc/external/bsd/iscsi/sbin/iscsid/Makefile Sun Oct 23 20:02:52 2011 @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.2 2011/07/26 05:53:03 agc Exp $ +# $NetBSD: Makefile,v 1.3 2011/10/23 20:02:52 agc Exp $ -MKMAN= no PROG= iscsid SRCS= iscsid_main.c iscsid_lists.c iscsid_driverif.c \ @@ -10,6 +9,8 @@ CPPFLAGS+= -I${DESTDIR}/usr/include/dev/ CPPFLAGS+= -I${DESTDIR}/usr/include CPPFLAGS+= -D_THREAD_SAFE +MAN= iscsid.8 + WARNS= 4 # CPPFLAGS+= -DISCSI_DEBUG