7124217701
Approved by: njl (mentor) Reviewed by: njl (mentor)
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>
|