opnsense-src/sys/modules/dpms/Makefile
Xin LI ee5e90dab2 - Teach vesa(4) and dpms(4) about x86emu. [1]
- 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)
2009-09-09 09:50:31 +00:00

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>