Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.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 # $DragonFly: src/libexec/Makefile,v 1.2 2003/06/17 04:27:06 dillon Exp $
4
5 # Present but disabled: kpasswdd
6 SUBDIR= atrun \
7         bootpd \
8         comsat \
9         fingerd \
10         ftpd \
11         getNAME \
12         getty \
13         makekey \
14         mknetid \
15         pppoed \
16         rbootd \
17         revnetgroup \
18         rexecd \
19         rlogind \
20         rpc.rquotad \
21         rpc.rstatd \
22         rpc.rusersd \
23         rpc.rwalld \
24         rpc.sprayd \
25         rshd \
26         talkd \
27         tcpd \
28         tftpd \
29         xtend \
30         ypxfr
31
32 .if !defined(NO_BIND)
33 SUBDIR+=named-xfer
34 .endif
35
36 .if !defined(NO_SENDMAIL)
37 SUBDIR+=mail.local smrsh
38 .endif
39
40 .if !defined(NOUUCP)
41 SUBDIR+=uucpd
42 .endif
43
44 .if ${OBJFORMAT} == aout
45 SUBDIR+=rtld-aout
46 .endif
47
48 .if ${OBJFORMAT} == elf
49 SUBDIR+=rtld-elf
50 .endif
51
52 .if defined(RELEASEDIR) || \
53     (!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberosIV)) || \
54     defined(NOCRYPT) || (defined(NOSECURE) && !defined(MAKE_KERBEROS4))
55 # make release needs both
56 SUBDIR+=telnetd
57 .endif
58
59 .if defined(WANT_LUKEMFTPD)
60 SUBDIR+=lukemftpd
61 .endif
62
63 .include <bsd.subdir.mk>