1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-14 14:55:41 +00:00
freebsd/sys/modules/canbepm/Makefile

9 lines
144 B
Makefile
Raw Normal View History

# $FreeBSD$
.PATH: ${.CURDIR}/../../pc98/pc98
KMOD = canbepm
SRCS = canbepm.c
SRCS += device_if.h bus_if.h canbus_if.h
.include <bsd.kmod.mk>