]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/cas/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>