diff options
author | ray <ray@FreeBSD.org> | 2013-10-15 12:56:56 +0000 |
---|---|---|
committer | ray <ray@FreeBSD.org> | 2013-10-15 12:56:56 +0000 |
commit | e286ea91657f5ef16cb877d646bd7ab5389aed46 (patch) | |
tree | 3517a176439f484e43fa0c1830bf8d6ed2d023fd /sys/conf | |
parent | 811d5b66f44baedb2d429e4e98270b8c36163f28 (diff) | |
download | FreeBSD-src-e286ea91657f5ef16cb877d646bd7ab5389aed46.zip FreeBSD-src-e286ea91657f5ef16cb877d646bd7ab5389aed46.tar.gz |
Enable vt_termcolors.c to build with vt(9).
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 3e2fd36..0e28660 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -2457,6 +2457,7 @@ dev/vge/if_vge.c optional vge dev/vkbd/vkbd.c optional vkbd dev/vr/if_vr.c optional vr pci +dev/vt/colors/vt_termcolors.c optional vt dev/vt/font/font_default.c optional vt dev/vt/hw/intel/intel.c optional vt vt_intel dev/vt/hw/vga/vga.c optional vt vt_vga |