diff options
Diffstat (limited to 'libexec/Makefile')
-rw-r--r-- | libexec/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index cf5c120..66e2426 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -10,6 +10,7 @@ SUBDIR= ${_atf} \ fingerd \ ftpd \ getty \ + ${_hyperv} \ ${_mail.local} \ ${_mknetid} \ ${_pppoed} \ @@ -42,6 +43,10 @@ _atrun= atrun _comsat= comsat .endif +.if ${MK_HYPERV} != "no" +_hyperv= hyperv +.endif + .if ${MK_NIS} != "no" _mknetid= mknetid _ypxfr= ypxfr |