mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 18:00:31 -05:00
8 lines
172 B
Makefile
8 lines
172 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/acpica
|
|
KMOD= acpi_dock
|
|
SRCS= acpi_dock.c opt_acpi.h device_if.h bus_if.h acpi_if.h
|
|
SRCS+= opt_ddb.h
|
|
|
|
.include <bsd.kmod.mk>
|