4befa41cb7
turn off the external display during suspend and restore it to its original state on resume. MFC after: 2 weeks
10 lines
123 B
Makefile
10 lines
123 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../i386/isa
|
|
|
|
KMOD= dpms
|
|
SRCS= dpms.c
|
|
SRCS+= bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|