freebsd-dev/sys/modules/scd/Makefile
Matthew N. Dodd 6fe8789d6d - Convert to newbus, bus_space etc.
- Move to MI space.

Tested on:	 i386
2002-11-05 09:37:32 +00:00

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>