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