# $FreeBSD: head/sys/modules/firewire/sbp/Makefile 103285 2002-09-13 12:31:56Z ikob $ # Makefile for the SBP-II (Serial Bus Protocol 2/SCSI over IEEE1394) .PATH: ${.CURDIR}/../../../dev/firewire CFLAGS+= -g KMOD = sbp SRCS = bus_if.h device_if.h\ opt_bus.h opt_firewire.h opt_cam.h opt_scsi.h\ sbp.c \ firewire.h firewirereg.h \ iec13213.h opt_sbp.h: echo "#define SBP2_FREEBSD_MODULE 1" > opt_sbp.h .include