mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-11 15:08:19 -04:00
23 lines
432 B
Makefile
23 lines
432 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/08/23 20:49:53 pooka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/scsipi
|
|
|
|
LIB= rumpdev_scsipi
|
|
IOCONF= SCSIPI.ioconf
|
|
|
|
SRCS+= scsipiconf.c scsipi_base.c scsipi_ioctl.c scsi_base.c scsiconf.c
|
|
SRCS+= atapi_base.c atapiconf.c
|
|
SRCS+= cd.c sd.c
|
|
|
|
.if 1
|
|
SRCS+= scsipi_verbose.c
|
|
.endif
|
|
|
|
SRCS+= component.c
|
|
|
|
CPPFLAGS+= -I${.CURDIR}/opt -I${RUMPTOP}/librump/rumpvfs
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|