mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
Differential Revision: https://reviews.freebsd.org/D2811 Reviewed by: adrian, wblock Approved by: adrian, wblock Relnotes: yes
7 lines
142 B
Makefile
7 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>
|