]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/modules/cas/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.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>