summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/Makefile
diff options
context:
space:
mode:
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