d1725ef7ff
- Move MD files into <arch>/<arch>. - Move bus dependent files into <arch>/<bus>. Rename some files to more suitable names. Repo-copied by: peter Discussed with: imp
10 lines
131 B
Makefile
10 lines
131 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../pc98/cbus
|
|
|
|
KMOD= pmc
|
|
SRCS= pmc.c
|
|
SRCS+= bus_if.h device_if.h isa_if.h
|
|
|
|
.include <bsd.kmod.mk>
|