1# Makefile for the SBP-II Target mode 2 3.PATH: ${SRCTOP}/sys/dev/firewire 4 5KMOD = sbp_targ 6SRCS = bus_if.h device_if.h \ 7 opt_cam.h opt_scsi.h \ 8 sbp_targ.c sbp.h \ 9 firewire.h firewirereg.h \ 10 iec13213.h 11 12.include <bsd.kmod.mk> 13
1# Makefile for the SBP-II Target mode 2 3.PATH: ${SRCTOP}/sys/dev/firewire 4 5KMOD = sbp_targ 6SRCS = bus_if.h device_if.h \ 7 opt_cam.h opt_scsi.h \ 8 sbp_targ.c sbp.h \ 9 firewire.h firewirereg.h \ 10 iec13213.h 11 12.include <bsd.kmod.mk> 13