320c9e8a96
- Don't mess with CFLAGS. - Fix description of fwe module Makefile.
16 lines
271 B
Makefile
16 lines
271 B
Makefile
# $FreeBSD$
|
|
|
|
# Makefile for the SBP-II (Serial Bus Protocol 2/SCSI over IEEE1394)
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/firewire
|
|
|
|
KMOD = sbp
|
|
SRCS = bus_if.h device_if.h \
|
|
opt_cam.h opt_scsi.h \
|
|
sbp.c \
|
|
firewire.h firewirereg.h \
|
|
iec13213.h
|
|
|
|
.include <bsd.kmod.mk>
|
|
|