]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/cmx/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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>