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