summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-09-26 03:03:58 +0000
committergjb <gjb@FreeBSD.org>2014-09-26 03:03:58 +0000
commit91dd3107b120da0b78ee5edda663e91a6f9e5a79 (patch)
tree42087c96251fd97a010878503dc6d8dea801c8a5 /libexec
parentd7f74356449e59ba511e94714ccff7ee2f7219ff (diff)
downloadFreeBSD-src-91dd3107b120da0b78ee5edda663e91a6f9e5a79.zip
FreeBSD-src-91dd3107b120da0b78ee5edda663e91a6f9e5a79.tar.gz
Properly revert r272128.
Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'libexec')
-rw-r--r--libexec/Makefile5
-rw-r--r--libexec/hyperv/Makefile10
2 files changed, 0 insertions, 15 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index 66e2426..cf5c120 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -10,7 +10,6 @@ SUBDIR= ${_atf} \
fingerd \
ftpd \
getty \
- ${_hyperv} \
${_mail.local} \
${_mknetid} \
${_pppoed} \
@@ -43,10 +42,6 @@ _atrun= atrun
_comsat= comsat
.endif
-.if ${MK_HYPERV} != "no"
-_hyperv= hyperv
-.endif
-
.if ${MK_NIS} != "no"
_mknetid= mknetid
_ypxfr= ypxfr
diff --git a/libexec/hyperv/Makefile b/libexec/hyperv/Makefile
deleted file mode 100644
index 37abdf5..0000000
--- a/libexec/hyperv/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../contrib/hyperv/tools/scripts
-
-BINDIR= /usr/libexec/hyperv
-
-SCRIPTS= hv_set_ifconfig hv_get_dns_info hv_get_dhcp_info
-NO_OBJ=
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud