diff options
author | brooks <brooks@FreeBSD.org> | 2014-10-16 15:54:23 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2014-10-16 15:54:23 +0000 |
commit | 48dac94537cb1330f75fa77328d475d43d5a3c93 (patch) | |
tree | 593365ec4626e323c1051176f2f20d9d55908061 | |
parent | 21adcf45bedea414c87d9f73ff5276bc4da3f256 (diff) | |
download | FreeBSD-src-48dac94537cb1330f75fa77328d475d43d5a3c93.zip FreeBSD-src-48dac94537cb1330f75fa77328d475d43d5a3c93.tar.gz |
Per r273155, HYPERV is built by default on platforms where it makes
sense and ignored on others.
-rw-r--r-- | tools/build/options/WITH_HYPERV | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/build/options/WITH_HYPERV b/tools/build/options/WITH_HYPERV deleted file mode 100644 index a6bdf72..0000000 --- a/tools/build/options/WITH_HYPERV +++ /dev/null @@ -1,2 +0,0 @@ -.\" $FreeBSD$ -Set to build and install HyperV utilities. |