mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
9 lines
155 B
Makefile
9 lines
155 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/ppbus
|
|
KMOD = lpbb
|
|
SRCS = device_if.h bus_if.h iicbb_if.h ppbus_if.h \
|
|
lpbb.c
|
|
|
|
.include <bsd.kmod.mk>
|