mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
9 lines
155 B
Makefile
9 lines
155 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/asmc
|
|
|
|
KMOD= asmc
|
|
SRCS= asmc.c opt_acpi.h opt_intr_filter.h acpi_if.h bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|