mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
10 lines
139 B
Makefile
10 lines
139 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../dev/scd
|
||
|
|
||
|
KMOD= scd
|
||
|
SRCS= scd.c scd_isa.c
|
||
|
SRCS+= bus_if.h device_if.h isa_if.h
|
||
|
|
||
|
.include <bsd.kmod.mk>
|