Makefile revision 1.6
1#	$NetBSD: Makefile,v 1.6 2010/08/23 20:49:53 pooka Exp $
2#
3
4.PATH:	${.CURDIR}/../../../../dev/usb
5
6LIB=	rumpdev_umass
7IOCONF=	UMASS.ioconf
8
9.if ${MACHINE} == "i386"
10SRCS=	umass.c umass_isdata.c umass_quirks.c umass_scsipi.c
11
12SRCS+=	component.c
13.else
14SRCS=	dummy.c
15.endif
16
17CPPFLAGS+=	-I${.CURDIR}/../libscsipi/opt# -I${RUMPTOP}/librump/rumpvfs
18
19.include <bsd.lib.mk>
20.include <bsd.klinks.mk>
21