Deleted Added
full compact
Makefile (121186) Makefile (125771)
1# $FreeBSD: head/sys/modules/firewire/sbp_targ/Makefile 121186 2003-10-18 05:41:31Z simokawa $
1# $FreeBSD: head/sys/modules/firewire/sbp_targ/Makefile 125771 2004-02-13 10:11:01Z ru $
2
3# Makefile for the SBP-II Target mode
4
5.PATH: ${.CURDIR}/../../../dev/firewire
6
7KMOD = sbp_targ
8SRCS = bus_if.h device_if.h \
9 opt_cam.h opt_scsi.h \
10 sbp_targ.c sbp.h \
11 firewire.h firewirereg.h \
12 iec13213.h
13
2
3# Makefile for the SBP-II Target mode
4
5.PATH: ${.CURDIR}/../../../dev/firewire
6
7KMOD = sbp_targ
8SRCS = bus_if.h device_if.h \
9 opt_cam.h opt_scsi.h \
10 sbp_targ.c sbp.h \
11 firewire.h firewirereg.h \
12 iec13213.h
13
14#CFLAGS += -g
15.include <bsd.kmod.mk>
16
14.include <bsd.kmod.mk>
15