From 0e398a79d243a32c58f993075807b35e297c94b2 Mon Sep 17 00:00:00 2001 From: tychon Date: Tue, 4 Mar 2014 17:12:06 +0000 Subject: Add SMBIOS support. A new option, -U, can be used to set the UUID in the System Information (Type 1) structure. Manpage fix to follow. Approved by: grehan (co-mentor) --- usr.sbin/bhyve/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/bhyve/Makefile') diff --git a/usr.sbin/bhyve/Makefile b/usr.sbin/bhyve/Makefile index d9950a7..e8bf793 100644 --- a/usr.sbin/bhyve/Makefile +++ b/usr.sbin/bhyve/Makefile @@ -34,6 +34,7 @@ SRCS= \ pmtmr.c \ post.c \ rtc.c \ + smbiostbl.c \ uart_emul.c \ virtio.c \ xmsr.c \ -- cgit v1.1