Undo part of the last commit. OBJFORMAT_PATH controls how the cross
[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.6 2004/03/20 16:27:40 drhodus 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         rtld-elf \
27         talkd \
28         tcpd \
29         tftpd \
30         xtend \
31         ypxfr
32
33 .if !defined(NO_BIND)
34 SUBDIR+=named-xfer
35 .endif
36
37 .if !defined(NO_SENDMAIL)
38 SUBDIR+=mail.local smrsh
39 .endif
40
41 .if defined(RELEASEDIR) || \
42     !exists(${.CURDIR}/../secure) || defined(NOCRYPT)
43 # make release needs both
44 SUBDIR+=telnetd
45 .endif
46
47 .if defined(WANT_LUKEMFTPD)
48 SUBDIR+=lukemftpd
49 .endif
50
51 .include <bsd.subdir.mk>