mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
8 lines
142 B
Makefile
8 lines
142 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../dev/isl
|
||
|
|
KMOD = isl
|
||
|
|
SRCS = isl.c device_if.h bus_if.h smbus_if.h vnode_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|