mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
10 lines
174 B
Makefile
10 lines
174 B
Makefile
# $FreeBSD$
|
|
#
|
|
.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>
|