Support SCSIVERBOSE.

This commit is contained in:
pooka 2010-02-17 20:44:34 +00:00
parent 01ce72cef8
commit d97a943f37
1 changed files with 6 additions and 1 deletions

View File

@ -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 @@ SRCS= dummy.c
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>