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