1# $FreeBSD$ 2 3.PATH: ${SRCTOP}/sys/dev/ppbus 4KMOD = lpbb 5SRCS = device_if.h bus_if.h iicbb_if.h ppbus_if.h \ 6 lpbb.c 7 8.include <bsd.kmod.mk> 9