]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/Makefile
This commit was generated by cvs2svn to compensate for changes in r175296,
[FreeBSD/FreeBSD.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_NIS} != "no"
38 _mknetid=       mknetid
39 _ypxfr=         ypxfr
40 .endif
41
42 .if ${MK_PF} != "no"
43 _tftp-proxy=    tftp-proxy
44 .endif
45
46 .if !defined(NO_PIC) && !defined(NO_RTLD)
47 _rtld-elf=      rtld-elf
48 .endif
49
50 .if ${MK_RCMDS} != "no"
51 _rlogind=       rlogind
52 _rshd=          rshd
53 .endif
54
55 .if ${MK_SENDMAIL} != "no"
56 _mail.local=    mail.local
57 _smrsh= smrsh
58 .endif
59
60 .include <bsd.subdir.mk>