1994-05-27 12:39:25 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
1999-08-28 00:22:10 +00:00
|
|
|
# $FreeBSD$
|
1994-05-27 12:39:25 +00:00
|
|
|
|
2002-10-02 18:37:11 +00:00
|
|
|
# Present but disabled: kpasswdd
|
1999-11-30 02:18:13 +00:00
|
|
|
SUBDIR= atrun \
|
|
|
|
bootpd \
|
|
|
|
comsat \
|
|
|
|
fingerd \
|
|
|
|
ftpd \
|
|
|
|
getNAME \
|
|
|
|
getty \
|
|
|
|
makekey \
|
|
|
|
mknetid \
|
|
|
|
pppoed \
|
2003-01-02 20:44:41 +00:00
|
|
|
pt_chown \
|
1999-11-30 02:18:13 +00:00
|
|
|
rbootd \
|
|
|
|
revnetgroup \
|
|
|
|
rexecd \
|
|
|
|
rlogind \
|
|
|
|
rpc.rquotad \
|
2002-10-02 18:37:11 +00:00
|
|
|
rpc.rstatd \
|
1999-11-30 02:18:13 +00:00
|
|
|
rpc.rusersd \
|
|
|
|
rpc.rwalld \
|
|
|
|
rpc.sprayd \
|
|
|
|
rshd \
|
2002-09-17 01:49:00 +00:00
|
|
|
rtld-elf \
|
2001-01-11 13:01:20 +00:00
|
|
|
save-entropy \
|
1999-11-30 02:18:13 +00:00
|
|
|
talkd \
|
2002-08-13 14:03:40 +00:00
|
|
|
tcpd \
|
1999-11-30 02:18:13 +00:00
|
|
|
tftpd \
|
|
|
|
xtend \
|
|
|
|
ypxfr
|
|
|
|
|
1999-11-30 06:23:04 +00:00
|
|
|
.if !defined(NO_BIND)
|
1999-11-30 02:18:13 +00:00
|
|
|
SUBDIR+=named-xfer
|
|
|
|
.endif
|
1995-08-06 11:20:35 +00:00
|
|
|
|
1998-08-04 15:32:43 +00:00
|
|
|
.if !defined(NO_SENDMAIL)
|
|
|
|
SUBDIR+=mail.local smrsh
|
|
|
|
.endif
|
|
|
|
|
1998-03-07 19:43:48 +00:00
|
|
|
|
2001-03-26 12:49:05 +00:00
|
|
|
.if defined(RELEASEDIR) || \
|
|
|
|
(!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberosIV)) || \
|
|
|
|
defined(NOCRYPT) || (defined(NOSECURE) && !defined(MAKE_KERBEROS4))
|
1996-02-13 09:20:16 +00:00
|
|
|
# make release needs both
|
|
|
|
SUBDIR+=telnetd
|
|
|
|
.endif
|
1994-05-27 12:39:25 +00:00
|
|
|
|
2002-11-12 17:31:12 +00:00
|
|
|
.if defined(WANT_LUKEMFTPD)
|
|
|
|
SUBDIR+=lukemftpd
|
|
|
|
.endif
|
|
|
|
|
1994-05-27 12:39:25 +00:00
|
|
|
.include <bsd.subdir.mk>
|