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