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