83536948ae
Submitted by: KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp>
9 lines
154 B
Makefile
9 lines
154 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../pc98/pc98
|
|
KMOD = canbus
|
|
SRCS = canbus.c
|
|
SRCS += device_if.h bus_if.h canbus_if.h canbus_if.c
|
|
|
|
.include <bsd.kmod.mk>
|