mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 23:57:30 -04:00
9 lines
154 B
Makefile
9 lines
154 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../../dev/ppbus
|
||
|
|
KMOD = pcf
|
||
|
|
SRCS = device_if.h bus_if.h iicbb_if.h ppbus_if.h \
|
||
|
|
lpbb.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|