Module Name:    othersrc
Committed By:   agc
Date:           Tue Jul 26 05:53:03 UTC 2011

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

Log Message:
Add WARNS=4 to Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 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.1.1.1 othersrc/external/bsd/iscsi/sbin/iscsid/Makefile:1.2
--- othersrc/external/bsd/iscsi/sbin/iscsid/Makefile:1.1.1.1	Mon May  2 07:01:08 2011
+++ othersrc/external/bsd/iscsi/sbin/iscsid/Makefile	Tue Jul 26 05:53:03 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1.1.1 2011/05/02 07:01:08 agc Exp $
+#	$NetBSD: Makefile,v 1.2 2011/07/26 05:53:03 agc Exp $
 
 MKMAN=	no
 PROG=	iscsid
@@ -10,6 +10,8 @@
 CPPFLAGS+= -I${DESTDIR}/usr/include
 CPPFLAGS+= -D_THREAD_SAFE
 
+WARNS=	4
+
 # CPPFLAGS+= -DISCSI_DEBUG
 
 LDADD = -lpthread -lisns

Reply via email to