1# Makefile for the SBP-II (Serial Bus Protocol 2/SCSI over IEEE1394) 2 3.PATH: ${SRCTOP}/sys/dev/firewire 4 5KMOD = sbp 6SRCS = bus_if.h device_if.h \ 7 opt_cam.h opt_scsi.h \ 8 sbp.c sbp.h \ 9 firewire.h firewirereg.h \ 10 iec13213.h 11 12.include <bsd.kmod.mk> 13