]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - libexec/Makefile
Change the current working directory to be inside the jail created by
[FreeBSD/releng/7.2.git] / libexec / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 SUBDIR= ${_atrun} \
7         bootpd \
8         ${_comsat} \
9         fingerd \
10         ftpd \
11         getty \
12         lukemftpd \
13         ${_mail.local} \
14         makekey \
15         ${_mknetid} \
16         ${_pppoed} \
17         pt_chown \
18         rbootd \
19         revnetgroup \
20         ${_rlogind} \
21         rpc.rquotad \
22         rpc.rstatd \
23         rpc.rusersd \
24         rpc.rwalld \
25         rpc.sprayd \
26         ${_rshd} \
27         ${_rtld-elf} \
28         save-entropy \
29         ${_smrsh} \
30         talkd \
31         tcpd \
32         ${_telnetd} \
33         tftpd \
34         ${_tftp-proxy} \
35         ${_ypxfr}
36
37 .if ${MK_AT} != "no"
38 _atrun=         atrun
39 .endif
40
41 .if ${MK_MAIL} != "no"
42 _comsat=        comsat
43 .endif
44
45 .if ${MK_NIS} != "no"
46 _mknetid=       mknetid
47 _ypxfr=         ypxfr
48 .endif
49
50 .if ${MK_NETGRAPH} != "no"
51 _pppoed=        pppoed
52 .endif
53
54 .if ${MK_PF} != "no"
55 _tftp-proxy=    tftp-proxy
56 .endif
57
58 .if !defined(NO_PIC)
59 _rtld-elf=      rtld-elf
60 .endif
61
62 .if ${MK_RCMDS} != "no"
63 _rlogind=       rlogind
64 _rshd=          rshd
65 .endif
66
67 .if ${MK_SENDMAIL} != "no"
68 _mail.local=    mail.local
69 _smrsh=         smrsh
70 .endif
71
72 .if ${MK_TELNET} != "no"
73 _telnetd=       telnetd
74 .endif
75
76 .include <bsd.subdir.mk>