12 lines
204 B
Makefile
12 lines
204 B
Makefile
|
|
||
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../dev/ppbus
|
||
|
KMOD= ppbus
|
||
|
SRCS= bus_if.h device_if.h ppbus_if.h \
|
||
|
opt_ppb_1284.h opt_ppbus.h \
|
||
|
ppb_1284.c ppb_base.c ppb_msq.c ppbconf.c
|
||
|
NOMAN=
|
||
|
|
||
|
.include <bsd.kmod.mk>
|