1994-05-27 08:39:25 -04:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
1998-09-05 04:33:10 -04:00
|
|
|
# $Id: Makefile,v 1.35 1998/09/04 22:55:17 jb Exp $
|
1994-05-27 08:39:25 -04:00
|
|
|
|
1998-01-30 07:35:10 -05:00
|
|
|
SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \
|
1998-08-04 11:32:43 -04:00
|
|
|
makekey mknetid revnetgroup rexecd rlogind \
|
1998-08-29 21:57:55 -04:00
|
|
|
rpc.rquotad rpc.rstatd \
|
1998-06-06 03:09:01 -04:00
|
|
|
rpc.rusersd rpc.rwalld rpc.sprayd rshd talkd tftpd uucpd \
|
1996-06-25 16:32:30 -04:00
|
|
|
xtend ypxfr
|
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
|
|
|
|
|
|
1998-09-05 04:33:10 -04:00
|
|
|
.if ${MACHINE_ARCH} == i386
|
1998-08-29 21:57:55 -04:00
|
|
|
SUBDIR+=named-xfer
|
|
|
|
|
.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
|
|
|
.endif
|
|
|
|
|
|
1998-08-29 21:57:55 -04:00
|
|
|
.if ${OBJFORMAT} == elf
|
1998-03-07 14:43:48 -05:00
|
|
|
SUBDIR+=rtld-elf
|
|
|
|
|
.endif
|
|
|
|
|
|
1997-09-28 05:07:34 -04:00
|
|
|
.if defined(RELEASEDIR) || !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
|
|
|
|
1994-08-04 17:54:38 -04:00
|
|
|
# Present but disabled: kpasswdd
|
|
|
|
|
|
1998-09-05 04:33:10 -04:00
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
1994-05-27 08:39:25 -04:00
|
|
|
SUBDIR+=rbootd
|
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|