From 00d578928eca75be320b36d37543a7e2a4f9fbdb Mon Sep 17 00:00:00 2001 From: grehan Date: Fri, 27 May 2016 06:22:24 +0000 Subject: Create branch for bhyve graphics import. --- usr.sbin/bhyve/Makefile | 55 ------------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 usr.sbin/bhyve/Makefile (limited to 'usr.sbin/bhyve/Makefile') diff --git a/usr.sbin/bhyve/Makefile b/usr.sbin/bhyve/Makefile deleted file mode 100644 index 7d2e2f0..0000000 --- a/usr.sbin/bhyve/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# -# $FreeBSD$ -# - -PROG= bhyve -PACKAGE= bhyve - -DEBUG_FLAGS= -g -O0 - -MAN= bhyve.8 - -BHYVE_SYSDIR?=${SRCTOP} - -SRCS= \ - atkbdc.c \ - acpi.c \ - bhyverun.c \ - block_if.c \ - bootrom.c \ - consport.c \ - dbgport.c \ - fwctl.c \ - inout.c \ - ioapic.c \ - mem.c \ - mevent.c \ - mptbl.c \ - pci_ahci.c \ - pci_emul.c \ - pci_hostbridge.c \ - pci_irq.c \ - pci_lpc.c \ - pci_passthru.c \ - pci_virtio_block.c \ - pci_virtio_net.c \ - pci_virtio_rnd.c \ - pci_uart.c \ - pm.c \ - post.c \ - rtc.c \ - smbiostbl.c \ - task_switch.c \ - uart_emul.c \ - virtio.c \ - xmsr.c \ - spinup_ap.c - -.PATH: ${BHYVE_SYSDIR}/sys/amd64/vmm -SRCS+= vmm_instruction_emul.c - -LIBADD= vmmapi md pthread - -WARNS?= 2 - -.include -- cgit v1.1