]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/Makefile
mdoc(7) police: removed HISTORY info from the .Os call.
[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         save-entropy \
26         talkd \
27         tftpd \
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 !defined(NOUUCP)
40 SUBDIR+=uucpd
41 .endif
42
43 .if ${OBJFORMAT} == aout
44 SUBDIR+=rtld-aout
45 .endif
46
47 .if ${OBJFORMAT} == elf
48 SUBDIR+=rtld-elf
49 .endif
50
51 .if defined(RELEASEDIR) || \
52     (!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberosIV)) || \
53     defined(NOCRYPT) || (defined(NOSECURE) && !defined(MAKE_KERBEROS4))
54 # make release needs both
55 SUBDIR+=telnetd
56 .endif
57
58 .include <bsd.subdir.mk>