Deleted Added
full compact
Makefile (105115) Makefile (120660)
1# $FreeBSD: head/sys/modules/firewire/sbp/Makefile 105115 2002-10-14 19:18:30Z jhb $
1# $FreeBSD: head/sys/modules/firewire/sbp/Makefile 120660 2003-10-02 04:06:56Z simokawa $
2
3# Makefile for the SBP-II (Serial Bus Protocol 2/SCSI over IEEE1394)
4
5.PATH: ${.CURDIR}/../../../dev/firewire
6
7KMOD = sbp
8SRCS = bus_if.h device_if.h \
9 opt_cam.h opt_scsi.h \
2
3# Makefile for the SBP-II (Serial Bus Protocol 2/SCSI over IEEE1394)
4
5.PATH: ${.CURDIR}/../../../dev/firewire
6
7KMOD = sbp
8SRCS = bus_if.h device_if.h \
9 opt_cam.h opt_scsi.h \
10 sbp.c \
10 sbp.c sbp.h \
11 firewire.h firewirereg.h \
12 iec13213.h
13
14.include <bsd.kmod.mk>
15
11 firewire.h firewirereg.h \
12 iec13213.h
13
14.include <bsd.kmod.mk>
15