1
2# $FreeBSD$
3
4.PATH:	${.CURDIR}/../../dev/ppbus
5KMOD=	lpt
6SRCS=	bus_if.h device_if.h ppbus_if.h \
7	opt_lpt.h \
8	lpt.c
9
10.include <bsd.kmod.mk>
11