summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/Makefile
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2016-05-27 06:22:24 +0000
committergrehan <grehan@FreeBSD.org>2016-05-27 06:22:24 +0000
commit00d578928eca75be320b36d37543a7e2a4f9fbdb (patch)
tree0ce32a12a7c06cf5b7b4a892654456db701ccc5d /usr.sbin/bhyve/Makefile
parentcc4a2417e2fcd8a8b52c17df59c5fc86b94a6978 (diff)
downloadFreeBSD-src-00d578928eca75be320b36d37543a7e2a4f9fbdb.zip
FreeBSD-src-00d578928eca75be320b36d37543a7e2a4f9fbdb.tar.gz
Create branch for bhyve graphics import.
Diffstat (limited to 'usr.sbin/bhyve/Makefile')
-rw-r--r--usr.sbin/bhyve/Makefile55
1 files changed, 0 insertions, 55 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud