freebsd-dev/sys/modules/dpms/Makefile
John Baldwin aa7c1c059f Add a very simple dpms(4) driver that uses the VESA BIOS DPMS calls to
turn off the external display during suspend and restore it to its
original state on resume.

MFC after:	2 weeks
2008-08-23 21:00:40 +00:00

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>