Module Name:    othersrc
Committed By:   agc
Date:           Mon Aug  8 02:25:32 UTC 2011

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

Log Message:
Make this compile WARNS=4


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
    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.1.1.1 othersrc/external/bsd/iscsi/sbin/iscsictl/Makefile:1.2
--- othersrc/external/bsd/iscsi/sbin/iscsictl/Makefile:1.1.1.1	Mon May  2 07:01:06 2011
+++ othersrc/external/bsd/iscsi/sbin/iscsictl/Makefile	Mon Aug  8 02:25:32 2011
@@ -2,12 +2,15 @@
 
 MKMAN=	no
 PROG=	iscsictl
+BINDIR=	/sbin
 
 SRCS=	iscsic_main.c iscsic_driverif.c iscsic_daemonif.c iscsic_parse.c \
 	iscsic_test.c
 
 CPPFLAGS+= -I${DESTDIR}/usr/include/dev/iscsi
 
+WARNS=	4
+
 # CPPFLAGS+= -DISCSI_TEST_MODE -DISCSI_DEBUG
 
 .include <bsd.prog.mk>

Reply via email to