]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/Makefile
This commit was generated by cvs2svn to compensate for changes in r56639,
[FreeBSD/FreeBSD.git] / libexec / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 # Present but disabled: kpasswdd
5 SUBDIR= atrun \
6         bootpd \
7         comsat \
8         fingerd \
9         ftpd \
10         getNAME \
11         getty \
12         makekey \
13         mknetid \
14         pppoed \
15         rbootd \
16         revnetgroup \
17         rexecd \
18         rlogind \
19         rpc.rquotad \
20         rpc.rstatd \
21         rpc.rusersd \
22         rpc.rwalld \
23         rpc.sprayd \
24         rshd \
25         talkd \
26         tftpd \
27         uucpd \
28         xtend \
29         ypxfr
30
31 .if !defined(NO_BIND)
32 SUBDIR+=named-xfer
33 .endif
34
35 .if !defined(NO_SENDMAIL)
36 SUBDIR+=mail.local smrsh
37 .endif
38
39 .if ${OBJFORMAT} == aout
40 SUBDIR+=rtld-aout
41 .endif
42
43 .if ${OBJFORMAT} == elf
44 SUBDIR+=rtld-elf
45 .endif
46
47 .if defined(RELEASEDIR) || (!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberosIV)) || defined(NOCRYPT) || !defined(MAKE_KERBEROS4)
48 # make release needs both
49 SUBDIR+=telnetd
50 .endif
51
52 .include <bsd.subdir.mk>