Initial import from FreeBSD RELENG_4:
[games.git] / libexec / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2 # $FreeBSD: src/libexec/Makefile,v 1.42.2.5 2002/11/12 17:32:48 obrien Exp $
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         tcpd \
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 .if defined(WANT_LUKEMFTPD)
59 SUBDIR+=lukemftpd
60 .endif
61
62 .include <bsd.subdir.mk>