Deleted Added
full compact
Makefile (87984) Makefile (113205)
1# $FreeBSD: head/sys/modules/stg/Makefile 87984 2001-12-15 12:37:36Z non $
1# $FreeBSD: head/sys/modules/stg/Makefile 113205 2003-04-07 10:13:25Z mdodd $
2
3.PATH: ${.CURDIR}/../../dev/stg
4
5KMOD= stg
2
3.PATH: ${.CURDIR}/../../dev/stg
4
5KMOD= stg
6SRCS= tmc18c30.c tmc18c30_isa.c tmc18c30_pccard.c
7SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h isa_if.h card_if.h
6SRCS= tmc18c30.c tmc18c30_subr.c \
7 tmc18c30_isa.c isa_if.h \
8 tmc18c30_pccard.c card_if.h \
9 tmc18c30_pci.c pci_if.h
10SRCS+= opt_bdg.h device_if.h bus_if.h
8SRCS+= opt_cam.h opt_scsi.h opt_ddb.h
9
10.include <bsd.kmod.mk>
11SRCS+= opt_cam.h opt_scsi.h opt_ddb.h
12
13.include <bsd.kmod.mk>