svn commit: r279774 - head/sys/modules

Hans Petter Selasky hselasky at FreeBSD.org
Sun Mar 8 08:44:05 UTC 2015


Author: hselasky
Date: Sun Mar  8 08:44:04 2015
New Revision: 279774
URL: https://svnweb.freebsd.org/changeset/base/279774

Log:
  Build the videomode kernel module by default.

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Sun Mar  8 08:34:49 2015	(r279773)
+++ head/sys/modules/Makefile	Sun Mar  8 08:44:04 2015	(r279774)
@@ -353,6 +353,7 @@ SUBDIR=	\
 	${_virtio} \
 	vge \
 	${_viawd} \
+	videomode \
 	vkbd \
 	${_vmm} \
 	${_vmware} \


More information about the svn-src-all mailing list