mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
7 lines
127 B
Makefile
7 lines
127 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/iicbus
|
|
KMOD = if_ic
|
|
SRCS = device_if.h bus_if.h iicbus_if.h \
|
|
if_ic.c
|
|
|
|
.include <bsd.kmod.mk>
|