1994-05-27 08:39:25 -04:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
1999-08-27 20:22:10 -04:00
|
|
|
# $FreeBSD$
|
1994-05-27 08:39:25 -04:00
|
|
|
|
1998-11-10 01:50:35 -05:00
|
|
|
# Present but disabled: kpasswdd
|
1999-11-29 21:18:13 -05:00
|
|
|
SUBDIR= atrun \
|
|
|
|
|
bootpd \
|
|
|
|
|
comsat \
|
|
|
|
|
fingerd \
|
|
|
|
|
ftpd \
|
|
|
|
|
getNAME \
|
|
|
|
|
getty \
|
|
|
|
|
makekey \
|
|
|
|
|
mknetid \
|
|
|
|
|
pppoed \
|
|
|
|
|
rbootd \
|
|
|
|
|
revnetgroup \
|
|
|
|
|
rexecd \
|
|
|
|
|
rlogind \
|
|
|
|
|
rpc.rquotad \
|
|
|
|
|
rpc.rstatd \
|
|
|
|
|
rpc.rusersd \
|
|
|
|
|
rpc.rwalld \
|
|
|
|
|
rpc.sprayd \
|
|
|
|
|
rshd \
|
|
|
|
|
talkd \
|
|
|
|
|
tftpd \
|
|
|
|
|
xtend \
|
|
|
|
|
ypxfr
|
|
|
|
|
|
1999-11-30 01:23:04 -05:00
|
|
|
.if !defined(NO_BIND)
|
1999-11-29 21:18:13 -05:00
|
|
|
SUBDIR+=named-xfer
|
|
|
|
|
.endif
|
1995-08-06 07:20:35 -04:00
|
|
|
|
1998-08-04 11:32:43 -04:00
|
|
|
.if !defined(NO_SENDMAIL)
|
|
|
|
|
SUBDIR+=mail.local smrsh
|
|
|
|
|
.endif
|
|
|
|
|
|
2000-03-24 13:21:09 -05:00
|
|
|
.if !defined(NOUUCP)
|
|
|
|
|
SUBDIR+=uucpd
|
|
|
|
|
.endif
|
|
|
|
|
|
1998-08-29 21:57:55 -04:00
|
|
|
.if ${OBJFORMAT} == aout
|
1998-06-12 15:45:14 -04:00
|
|
|
SUBDIR+=rtld-aout
|
1998-06-12 12:09:33 -04:00
|
|
|
.endif
|
1998-09-04 18:55:17 -04:00
|
|
|
|
1998-08-29 21:57:55 -04:00
|
|
|
.if ${OBJFORMAT} == elf
|
1998-03-07 14:43:48 -05:00
|
|
|
SUBDIR+=rtld-elf
|
|
|
|
|
.endif
|
|
|
|
|
|
1999-10-07 16:04:17 -04:00
|
|
|
.if defined(RELEASEDIR) || (!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberosIV)) || defined(NOCRYPT) || !defined(MAKE_KERBEROS4)
|
1996-02-13 04:20:16 -05:00
|
|
|
# make release needs both
|
|
|
|
|
SUBDIR+=telnetd
|
|
|
|
|
.endif
|
1994-05-27 08:39:25 -04:00
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|