]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/Makefile
Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft,
[FreeBSD/FreeBSD.git] / libexec / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 SUBDIR= ${_atf} \
7         ${_atrun} \
8         bootpd \
9         ${_casper} \
10         ${_comsat} \
11         ${_dma} \
12         ${_dma-mbox-create} \
13         fingerd \
14         ftpd \
15         getty \
16         ${_hyperv} \
17         ${_mail.local} \
18         ${_mknetid} \
19         ${_pppoed} \
20         rbootd \
21         revnetgroup \
22         ${_rlogind} \
23         rpc.rquotad \
24         rpc.rstatd \
25         rpc.rusersd \
26         rpc.rwalld \
27         rpc.sprayd \
28         ${_rshd} \
29         ${_rtld-elf} \
30         save-entropy \
31         ${_smrsh} \
32         talkd \
33         tcpd \
34         ${_telnetd} \
35         ${_tests} \
36         tftpd \
37         ${_tftp-proxy} \
38         ulog-helper \
39         ${_ypxfr}
40
41 .if ${MK_AT} != "no"
42 _atrun=         atrun
43 .endif
44
45 .if ${MK_CASPER} != "no"
46 _casper=        casper
47 .endif
48
49 .if ${MK_MAIL} != "no"
50 _comsat=        comsat
51 .endif
52
53 .if ${MK_DMAGENT} != "no"
54 _dma=           dma
55 _dma-mbox-create=       dma-mbox-create
56 .endif
57
58 .if ${MK_HYPERV} != "no"
59 _hyperv=        hyperv
60 .endif
61
62 .if ${MK_NIS} != "no"
63 _mknetid=       mknetid
64 _ypxfr=         ypxfr
65 .endif
66
67 .if ${MK_NETGRAPH} != "no"
68 _pppoed=        pppoed
69 .endif
70
71 .if ${MK_PF} != "no"
72 _tftp-proxy=    tftp-proxy
73 .endif
74
75 .if !defined(NO_PIC) && !defined(NO_RTLD)
76 _rtld-elf=      rtld-elf
77 .endif
78
79 .if ${MK_RCMDS} != "no"
80 _rlogind=       rlogind
81 _rshd=          rshd
82 .endif
83
84 .if ${MK_SENDMAIL} != "no"
85 _mail.local=    mail.local
86 _smrsh=         smrsh
87 .endif
88
89 .if ${MK_TELNET} != "no"
90 _telnetd=       telnetd
91 .endif
92
93 .if ${MK_TESTS} != "no"
94 _atf=           atf
95 _tests=         tests
96 .endif
97
98 .include <bsd.subdir.mk>