Module Name:    src
Committed By:   pooka
Date:           Wed Feb 17 20:44:34 UTC 2010

Modified Files:
        src/sys/rump/dev/lib/libumass: Makefile

Log Message:
Support SCSIVERBOSE.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/lib/libumass/Makefile

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

Modified files:

Index: src/sys/rump/dev/lib/libumass/Makefile
diff -u src/sys/rump/dev/lib/libumass/Makefile:1.3 src/sys/rump/dev/lib/libumass/Makefile:1.4
--- src/sys/rump/dev/lib/libumass/Makefile:1.3	Tue Feb 16 20:42:45 2010
+++ src/sys/rump/dev/lib/libumass/Makefile	Wed Feb 17 20:44:34 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2010/02/16 20:42:45 pooka Exp $
+#	$NetBSD: Makefile,v 1.4 2010/02/17 20:44:34 pooka Exp $
 #
 #
 # umass.  includes scsibus+sd for simplicity due to the umass code
@@ -24,5 +24,10 @@
 
 CPPFLAGS+=	-I${.CURDIR}/opt -I${RUMPTOP}/librump/rumpvfs
 
+.if 1
+SRCS+=		scsipi_verbose.c
+CPPFLAGS+=	-DSCSIVERBOSE
+.endif
+
 .include <bsd.lib.mk>
 .include <bsd.klinks.mk>

Reply via email to