mirror of
https://github.com/opnsense/src.git
synced 2026-03-05 14:50:41 -05:00
9 lines
161 B
Makefile
9 lines
161 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/acpica
|
|
|
|
KMOD= acpi_video
|
|
SRCS= acpi_video.c
|
|
SRCS+= opt_acpi.h acpi_if.h bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|