Makefile revision 1.1
11.1Spooka# $NetBSD: Makefile,v 1.1 2010/02/11 02:22:09 pooka Exp $ 21.1Spooka# 31.1Spooka# 41.1Spooka# umass. includes scsibus+sd for simplicity due to the umass code 51.1Spooka# needing compile time knowledge of its presence. fixxxme 61.1Spooka# 71.1Spooka 81.1Spooka.PATH: ${.CURDIR}/../../../../dev/usb ${.CURDIR}/../../../../dev/scsipi 91.1Spooka 101.1SpookaLIB= rumpdev_umass 111.1Spooka 121.1SpookaSRCS= umass.c umass_isdata.c umass_quirks.c umass_scsipi.c 131.1SpookaSRCS+= scsipiconf.c scsipi_base.c scsipi_ioctl.c scsi_base.c scsiconf.c 141.1SpookaSRCS+= atapi_base.c atapiconf.c 151.1Spooka 161.1SpookaSRCS+= cd.c sd.c 171.1Spooka 181.1SpookaSRCS+= sd_at_scsibus_at_umass.c 191.1Spooka 201.1SpookaIOCONFIG= UMASS.ioconf 211.1Spooka 221.1SpookaCFLAGS+= -Wno-pointer-sign 231.1SpookaCPPFLAGS+= -I${.CURDIR}/opt -I${RUMPTOP}/librump/rumpvfs 241.1Spooka 251.1Spooka.include <bsd.lib.mk> 261.1Spooka.include <bsd.klinks.mk> 27