mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
- Add vesa kernel options for amd64. - Connect libvgl library and splash kernel modules to amd64 build. - Connect manual page dpms(4) to amd64 build. - Remove old vesa/dpms files. Submitted by: paradox <ddkprog yahoo com> [1], swell k at gmail.com (with some minor tweaks)
9 lines
123 B
Makefile
9 lines
123 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= dpms
|
|
SRCS= bus_if.h device_if.h
|
|
|
|
.PATH: ${.CURDIR}/../../dev/dpms
|
|
SRCS+= dpms.c
|
|
|
|
.include <bsd.kmod.mk>
|