mirror of
https://github.com/opnsense/src.git
synced 2026-04-12 12:56:47 -04:00
7 lines
134 B
Makefile
7 lines
134 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/ppbus
|
|
KMOD = lpbb
|
|
SRCS = device_if.h bus_if.h iicbb_if.h ppbus_if.h \
|
|
lpbb.c
|
|
|
|
.include <bsd.kmod.mk>
|