2002-09-13 12:31:56 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
# Makefile for the SBP-II (Serial Bus Protocol 2/SCSI over IEEE1394)
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/firewire
|
|
|
|
|
|
|
|
KMOD = sbp
|
2002-10-14 19:18:30 +00:00
|
|
|
SRCS = bus_if.h device_if.h \
|
|
|
|
opt_cam.h opt_scsi.h \
|
2002-09-13 12:31:56 +00:00
|
|
|
sbp.c \
|
|
|
|
firewire.h firewirereg.h \
|
|
|
|
iec13213.h
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|
|
|
|
|