10 lines
129 B
Makefile
10 lines
129 B
Makefile
|
|
||
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../dev/ppbus
|
||
|
KMOD= pps
|
||
|
SRCS= bus_if.h device_if.h ppbus_if.h \
|
||
|
pps.c
|
||
|
|
||
|
.include <bsd.kmod.mk>
|