]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/cmx/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / cmx / Makefile
1 # $FreeBSD$
2 #
3 .PATH:  ${.CURDIR}/../../dev/cmx
4
5 KMOD=   cmx
6 SRCS=   cmx.c cmxvar.h cmxreg.h \
7         cmx_pccard.c \
8         pccarddevs.h device_if.h bus_if.h card_if.h
9
10 .include <bsd.kmod.mk>