* Use id(1) instead of grep(1) to detect the presence of the smmsp
[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.5 2003/08/05 07:45:41 asmodai 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 ${OBJFORMAT} == aout
41 SUBDIR+=rtld-aout
42 .endif
43
44 .if ${OBJFORMAT} == elf
45 SUBDIR+=rtld-elf
46 .endif
47
48 .if defined(RELEASEDIR) || \
49     !exists(${.CURDIR}/../secure) || defined(NOCRYPT)
50 # make release needs both
51 SUBDIR+=telnetd
52 .endif
53
54 .if defined(WANT_LUKEMFTPD)
55 SUBDIR+=lukemftpd
56 .endif
57
58 .include <bsd.subdir.mk>