mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
10 lines
135 B
Makefile
10 lines
135 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/mcd
|
|
|
|
KMOD= mcd
|
|
SRCS= mcd.c mcd_isa.c \
|
|
bus_if.h device_if.h isa_if.h
|
|
|
|
.include <bsd.kmod.mk>
|