aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2010-03-02 01:56:55 +0000
committerXin LI <delphij@FreeBSD.org>2010-03-02 01:56:55 +0000
commitaa3d547d095ff07fdc39ffc5ae4c371844b504ab (patch)
tree7ed974e780fcc4cd6ef6cb1dd534de1780381fb5 /lib/Makefile
parent4dcf8bb3e27cb46f60afb73c7d1fb61ca6a322ab (diff)
downloadsrc-aa3d547d095ff07fdc39ffc5ae4c371844b504ab.tar.gz
src-aa3d547d095ff07fdc39ffc5ae4c371844b504ab.zip
MFC x86emu/x86bios emulator and make previously i386 only dpms and vesa
framebuffer driver, etc. work on FreeBSD/amd64. A significant amount of improvements were done by jkim@ during the recent months to make vesa(4) work better, over the initial code import. This work is based on OpenBSD's x86emu implementation and contributed by paradox <ddkprog yahoo com> and swell.k at gmail com. Hopefully I have stolen all their work to 8-STABLE :) All bugs in this commit are mine, as usual.
Notes
Notes: svn path=/stable/8/; revision=204546
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 7cacb704f6a4..00b1c6089b3e 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -112,6 +112,7 @@ _libsmb= libsmb
_libncp= libncp
.endif
_libsmb= libsmb
+_libvgl= libvgl
.endif
.if ${MACHINE_ARCH} == "powerpc"