]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/stg/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / stg / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/stg
4
5 KMOD=   stg
6 SRCS=   tmc18c30.c tmc18c30_subr.c \
7         tmc18c30_isa.c          isa_if.h \
8         tmc18c30_pccard.c       card_if.h pccarddevs.h \
9         tmc18c30_pci.c          pci_if.h
10 SRCS+=  device_if.h bus_if.h
11 SRCS+=  opt_cam.h opt_scsi.h opt_ddb.h
12
13 .include <bsd.kmod.mk>