mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
9 lines
144 B
Makefile
9 lines
144 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../pc98/pc98
|
||
|
KMOD = canbepm
|
||
|
SRCS = canbepm.c
|
||
|
SRCS += device_if.h bus_if.h canbus_if.h
|
||
|
|
||
|
.include <bsd.kmod.mk>
|