]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/cas/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / cas / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/cas
4
5 KMOD=   if_cas
6 SRCS=   bus_if.h device_if.h if_cas.c miibus_if.h pci_if.h ${ofw_bus_if}
7
8 .if ${MACHINE_CPUARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
9 ofw_bus_if=     ofw_bus_if.h
10 .endif
11
12 .include <bsd.kmod.mk>