mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 21:36:47 -04:00
8 lines
134 B
Makefile
8 lines
134 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../dev/digi
|
||
|
|
KMOD= digi_Xem
|
||
|
|
SRCS= Xem.c Xem.bios.h Xem.fepos.h digi_mod.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|