]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/cmx/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>