From f1d219a66d64ea9e54367c558a73d455ea6fb34d Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Thu, 26 May 2016 18:24:00 +0000 Subject: [PATCH] Disconnect the AZURE target from the CLOUDWARE list. Microsoft has graciously overtaken publication of FreeBSD on Azure since 10.3-RELEASE. Many thanks to Microsoft for their support of FreeBSD on Azure. The configuration file and Makefile.azure are not (yet) planned to be removed, as they may be useful in the future. Sponsored by: The FreeBSD Foundation --- release/Makefile.vm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/release/Makefile.vm b/release/Makefile.vm index 902442fdfdd8..8eaacb819302 100644 --- a/release/Makefile.vm +++ b/release/Makefile.vm @@ -15,8 +15,7 @@ VMDK_DESC= VMWare, VirtualBox disk image QCOW2_DESC= Qemu, KVM disk image RAW_DESC= Unformatted raw disk image -CLOUDWARE?= AZURE \ - EC2 \ +CLOUDWARE?= EC2 \ GCE \ OPENSTACK \ VAGRANT-VIRTUALBOX \