]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cas/Makefile
MFV: file 5.33
[FreeBSD/FreeBSD.git] / sys / modules / cas / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/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>