6fe8789d6d
- Move to MI space. Tested on: i386
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>
|