summaryrefslogtreecommitdiff
path: root/sys/modules/lpt/Makefile
blob: 43a97ac3d499bd8d937d3b9304076dbe808ebf6c (plain)
1
2
3
4
5
6
7
.PATH:	${SRCTOP}/sys/dev/ppbus
KMOD=	lpt
SRCS=	bus_if.h device_if.h ppbus_if.h \
	opt_lpt.h \
	lpt.c

.include <bsd.kmod.mk>