]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/aic/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / aic / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/aic
4
5 KMOD=   aic
6 SRCS=   aic.c aic_pccard.c
7 SRCS+=  device_if.h bus_if.h pci_if.h isa_if.h card_if.h pccarddevs.h
8 SRCS+=  opt_cam.h opt_scsi.h
9
10 .if ${MACHINE} == "pc98"
11 SRCS+=  aic_cbus.c
12 .else
13 SRCS+=  aic_isa.c
14 .endif
15
16 .include <bsd.kmod.mk>