# $FreeBSD: stable/4/sys/modules/firewire/sbp/Makefile 127450 2004-03-26 09:53:17Z simokawa $

# Makefile for the SBP-II (Serial Bus Protocol 2/SCSI over IEEE1394)

.PATH: ${.CURDIR}/../../../dev/firewire

KMOD	= sbp
SRCS	= bus_if.h device_if.h \
	  opt_cam.h opt_scsi.h \
	  sbp.c sbp.h \
	  firewire.h firewirereg.h \
	  iec13213.h
KMODDEPS = firewire

.include <bsd.kmod.mk>

