2001-12-15 12:37:36 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../dev/stg
|
|
|
|
|
|
|
|
KMOD= stg
|
2003-04-07 10:13:25 +00:00
|
|
|
SRCS= tmc18c30.c tmc18c30_subr.c \
|
|
|
|
tmc18c30_isa.c isa_if.h \
|
2004-05-26 00:53:10 +00:00
|
|
|
tmc18c30_pccard.c card_if.h pccarddevs.h \
|
2003-04-07 10:13:25 +00:00
|
|
|
tmc18c30_pci.c pci_if.h
|
|
|
|
SRCS+= opt_bdg.h device_if.h bus_if.h
|
2001-12-15 12:37:36 +00:00
|
|
|
SRCS+= opt_cam.h opt_scsi.h opt_ddb.h
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|