]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/cas/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
9 ofw_bus_if=     ofw_bus_if.h
10 .endif
11
12 .include <bsd.kmod.mk>