freebsd-dev/sys/modules/firewire/sbp_targ/Makefile
Yaroslav Tykhiy 9be0cda615 Style: Remove blank lines before EOF.
Tested by:	cvs diff -B
2006-02-18 23:49:28 +00:00

15 lines
255 B
Makefile

# $FreeBSD$
# Makefile for the SBP-II Target mode
.PATH: ${.CURDIR}/../../../dev/firewire
KMOD = sbp_targ
SRCS = bus_if.h device_if.h \
opt_cam.h opt_scsi.h \
sbp_targ.c sbp.h \
firewire.h firewirereg.h \
iec13213.h
.include <bsd.kmod.mk>