]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/firewire/sbp/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / firewire / sbp / Makefile
1 # $FreeBSD$
2
3 # Makefile for the SBP-II (Serial Bus Protocol 2/SCSI over IEEE1394)
4
5 .PATH: ${.CURDIR}/../../../dev/firewire
6
7 KMOD    = sbp
8 SRCS    = bus_if.h device_if.h \
9           opt_cam.h opt_scsi.h \
10           sbp.c sbp.h \
11           firewire.h firewirereg.h \
12           iec13213.h
13
14 .include <bsd.kmod.mk>