Add section numbers to references and fix .Xr abuse
[dragonfly.git] / libexec / Makefile
... / ...
CommitLineData
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.10 2005/09/06 18:55:23 dillon Exp $
4
5# Present but disabled: kpasswdd
6SUBDIR= 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
34
35.if !defined(NO_SENDMAIL)
36SUBDIR+=mail.local smrsh
37.endif
38
39.if defined(RELEASEDIR) || \
40 !exists(${.CURDIR}/../secure) || defined(NO_CRYPT)
41# make release needs both
42SUBDIR+=telnetd
43.endif
44
45.if defined(WANT_LUKEMFTPD)
46SUBDIR+=lukemftpd
47.endif
48
49.include <bsd.subdir.mk>