]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/Makefile
Add MK_AUTOFS knob for building and installing autofs(4), et al
[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         ${_mail.local} \
17         ${_mknetid} \
18         ${_pppoed} \
19         rbootd \
20         revnetgroup \
21         ${_rlogind} \
22         rpc.rquotad \
23         rpc.rstatd \
24         rpc.rusersd \
25         rpc.rwalld \
26         rpc.sprayd \
27         ${_rshd} \
28         ${_rtld-elf} \
29         save-entropy \
30         ${_smrsh} \
31         tcpd \
32         ${_telnetd} \
33         ${_tests} \
34         tftpd \
35         ${_tftp-proxy} \
36         ulog-helper \
37         ${_ypxfr}
38
39 .if ${MK_AT} != "no"
40 _atrun=         atrun
41 .endif
42
43 .if ${MK_CASPER} != "no"
44 _casper=        casper
45 .endif
46
47 .if ${MK_MAIL} != "no"
48 _comsat=        comsat
49 .endif
50
51 .if ${MK_DMAGENT} != "no"
52 _dma=           dma
53 _dma-mbox-create=       dma-mbox-create
54 .endif
55
56 .if ${MK_NIS} != "no"
57 _mknetid=       mknetid
58 _ypxfr=         ypxfr
59 .endif
60
61 .if ${MK_NETGRAPH} != "no"
62 _pppoed=        pppoed
63 .endif
64
65 .if ${MK_PF} != "no"
66 _tftp-proxy=    tftp-proxy
67 .endif
68
69 .if !defined(NO_PIC) && !defined(NO_RTLD)
70 _rtld-elf=      rtld-elf
71 .endif
72
73 .if ${MK_RCMDS} != "no"
74 _rlogind=       rlogind
75 _rshd=          rshd
76 .endif
77
78 .if ${MK_SENDMAIL} != "no"
79 _mail.local=    mail.local
80 _smrsh=         smrsh
81 .endif
82
83 .if ${MK_TALK} != "no"
84 SUBDIR+=        talkd
85 .endif
86
87 .if ${MK_TELNET} != "no"
88 _telnetd=       telnetd
89 .endif
90
91 .if ${MK_TESTS} != "no"
92 _atf=           atf
93 _tests=         tests
94 .endif
95
96 .include <bsd.arch.inc.mk>
97
98 .include <bsd.subdir.mk>