]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/Makefile
MFV r262617: ncurses 5.9.
[FreeBSD/FreeBSD.git] / libexec / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 .include <bsd.own.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         talkd \
32         tcpd \
33         ${_telnetd} \
34         ${_tests} \
35         tftpd \
36         ${_tftp-proxy} \
37         ulog-helper \
38         ${_ypxfr}
39
40 .if ${MK_AT} != "no"
41 _atrun=         atrun
42 .endif
43
44 .if ${MK_CASPER} != "no"
45 _casper=        casper
46 .endif
47
48 .if ${MK_MAIL} != "no"
49 _comsat=        comsat
50 .endif
51
52 .if ${MK_DMAGENT} != "no"
53 _dma=           dma
54 _dma-mbox-create=       dma-mbox-create
55 .endif
56
57 .if ${MK_NIS} != "no"
58 _mknetid=       mknetid
59 _ypxfr=         ypxfr
60 .endif
61
62 .if ${MK_NETGRAPH} != "no"
63 _pppoed=        pppoed
64 .endif
65
66 .if ${MK_PF} != "no"
67 _tftp-proxy=    tftp-proxy
68 .endif
69
70 .if !defined(NO_PIC) && !defined(NO_RTLD)
71 _rtld-elf=      rtld-elf
72 .endif
73
74 .if ${MK_RCMDS} != "no"
75 _rlogind=       rlogind
76 _rshd=          rshd
77 .endif
78
79 .if ${MK_SENDMAIL} != "no"
80 _mail.local=    mail.local
81 _smrsh=         smrsh
82 .endif
83
84 .if ${MK_TELNET} != "no"
85 _telnetd=       telnetd
86 .endif
87
88 .if ${MK_TESTS} != "no"
89 _atf=           atf
90 _tests=         tests
91 .endif
92
93 .include <bsd.subdir.mk>