diff options
| author | Warner Losh <imp@FreeBSD.org> | 2014-10-16 00:33:06 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2014-10-16 00:33:06 +0000 |
| commit | f8080a9986c63fbc48df591d6b8d678103d7b0bf (patch) | |
| tree | 2324b6dcdd8c364e7b4c4bffafc4c0745503271f /libexec/Makefile | |
| parent | ff8d5270bca1044fff83f8dec6a72f1a543e84ca (diff) | |
Notes
Diffstat (limited to 'libexec/Makefile')
| -rw-r--r-- | libexec/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 74cc6d8fb27f0..7d1c1f8ddae45 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -13,7 +13,6 @@ SUBDIR= ${_atf} \ fingerd \ ftpd \ getty \ - ${_hyperv} \ ${_mail.local} \ ${_mknetid} \ ${_pppoed} \ @@ -55,10 +54,6 @@ _dma= dma _dma-mbox-create= dma-mbox-create .endif -.if ${MK_HYPERV} != "no" -_hyperv= hyperv -.endif - .if ${MK_NIS} != "no" _mknetid= mknetid _ypxfr= ypxfr @@ -95,4 +90,6 @@ _atf= atf _tests= tests .endif +.include <bsd.arch.inc.mk> + .include <bsd.subdir.mk> |
