]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/stg/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>