freebsd-dev/sys/modules/firewire/sbp/Makefile
John Baldwin 24b7381388 - Remove unused opt_foo.h headers.
- Don't mess with CFLAGS.
- Fix description of fwe module Makefile.
2002-10-14 19:18:30 +00:00

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>