mirror of
https://github.com/opnsense/src.git
synced 2026-04-09 11:27:18 -04:00
8 lines
138 B
Makefile
8 lines
138 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../dev/digi
|
||
|
|
KMOD= digi_EPCX
|
||
|
|
SRCS= EPCX.c EPCX.bios.h EPCX.fepos.h digi_mod.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|