xref: /dragonfly/sys/dev/disk/sbp/Makefile (revision 092c2dd1)
1# $FreeBSD: src/sys/modules/firewire/sbp/Makefile,v 1.2.2.1 2002/11/03 10:58:21 simokawa Exp $
2
3# Makefile for the SBP-II (Serial Bus Protocol 2/SCSI over IEEE1394)
4
5.PATH: ${.CURDIR}/../../../bus/firewire
6
7KMOD	= sbp
8SRCS	= bus_if.h device_if.h \
9	  opt_cam.h \
10	  sbp.c
11
12.include <bsd.kmod.mk>
13
14