summaryrefslogtreecommitdiff
path: root/libexec/Makefile.i386
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-10-16 00:33:06 +0000
committerWarner Losh <imp@FreeBSD.org>2014-10-16 00:33:06 +0000
commitf8080a9986c63fbc48df591d6b8d678103d7b0bf (patch)
tree2324b6dcdd8c364e7b4c4bffafc4c0745503271f /libexec/Makefile.i386
parentff8d5270bca1044fff83f8dec6a72f1a543e84ca (diff)
downloadsrc-test2-f8080a9986c63fbc48df591d6b8d678103d7b0bf.tar.gz
src-test2-f8080a9986c63fbc48df591d6b8d678103d7b0bf.zip
Notes
Diffstat (limited to 'libexec/Makefile.i386')
-rw-r--r--libexec/Makefile.i3865
1 files changed, 5 insertions, 0 deletions
diff --git a/libexec/Makefile.i386 b/libexec/Makefile.i386
new file mode 100644
index 000000000000..1092a29a2a33
--- /dev/null
+++ b/libexec/Makefile.i386
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+.if ${MK_HYPERV} != "no"
+SUBDIR+= hyperv
+.endif