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