603d67ae36
PR: kern/114582 Submitted by: Daniel Roethlisberger <daniel@roe.ch> Reviewed by: imp, myself Tested by: johans, myself MFC after: 2 weeks
13 lines
201 B
Makefile
13 lines
201 B
Makefile
# $FreeBSD$
|
|
#
|
|
MAINTAINER= daniel@roe.ch
|
|
|
|
.PATH: ${.CURDIR}/../../dev/cmx
|
|
|
|
KMOD= cmx
|
|
SRCS= cmx.c cmxvar.h cmxreg.h \
|
|
cmx_pccard.c \
|
|
pccarddevs.h device_if.h bus_if.h card_if.h
|
|
|
|
.include <bsd.kmod.mk>
|