Sync with FreeBSD.
[dragonfly/vkernel-mp.git] / libexec / Makefile
blobc5833b614679415ce2854529ce10fec7ae4063c6
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.11 2006/11/09 19:44:52 pavalos Exp $
5 # Present but disabled: kpasswdd
6 SUBDIR= atrun \
7 bootpd \
8 comsat \
9 fingerd \
10 ftpd \
11 ftp-proxy \
12 getNAME \
13 getty \
14 makekey \
15 makewhatis.local \
16 mknetid \
17 pppoed \
18 rbootd \
19 revnetgroup \
20 rexecd \
21 rlogind \
22 rpc.rquotad \
23 rpc.rstatd \
24 rpc.rusersd \
25 rpc.rwalld \
26 rpc.sprayd \
27 rshd \
28 rtld-elf \
29 talkd \
30 tcpd \
31 tftpd \
32 xtend \
33 ypxfr
35 .if !defined(NO_SENDMAIL)
36 SUBDIR+=mail.local smrsh
37 .endif
39 .if defined(RELEASEDIR) || \
40 !exists(${.CURDIR}/../secure) || defined(NO_CRYPT)
41 # make release needs both
42 SUBDIR+=telnetd
43 .endif
45 .include <bsd.subdir.mk>