9 lines
125 B
Makefile
9 lines
125 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../dev/asmc
|
||
|
|
||
|
KMOD= asmc
|
||
|
SRCS= asmc.c bus_if.h device_if.h isa_if.h
|
||
|
|
||
|
.include <bsd.kmod.mk>
|