mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
10 lines
139 B
Makefile
10 lines
139 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../dev/ow
|
||
|
|
|
||
|
|
KMOD= ow_temp
|
||
|
|
SRCS= ow_temp.c
|
||
|
|
SRCS+= own_if.h bus_if.h device_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|