mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 14:54:21 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
12 lines
257 B
Makefile
12 lines
257 B
Makefile
# Makefile for the SBP-II (Serial Bus Protocol 2/SCSI over IEEE1394)
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/firewire
|
|
|
|
KMOD = sbp
|
|
SRCS = bus_if.h device_if.h \
|
|
opt_cam.h opt_scsi.h \
|
|
sbp.c sbp.h \
|
|
firewire.h firewirereg.h \
|
|
iec13213.h
|
|
|
|
.include <bsd.kmod.mk>
|