]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/cmx/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>