8 lines
146 B
Makefile
8 lines
146 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../../dev/digi
|
||
|
KMOD= digi_CX_PCI
|
||
|
SRCS= CX_PCI.c CX_PCI.bios.h CX_PCI.fepos.h digi_mod.h
|
||
|
|
||
|
.include <bsd.kmod.mk>
|