1994-05-27 08:39:25 -04:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
1998-08-04 11:32:43 -04:00
|
|
|
# $Id: Makefile,v 1.32 1998/06/12 19:45:14 peter 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 \
|
1996-08-29 18:17:27 -04:00
|
|
|
rpc.rquotad \
|
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-06-01 10:33:06 -04:00
|
|
|
.if ${MACHINE} == i386
|
1998-06-12 12:09:33 -04:00
|
|
|
SUBDIR+=named-xfer rpc.rstatd
|
|
|
|
|
.if ${BINFORMAT} == aout
|
1998-06-12 15:45:14 -04:00
|
|
|
SUBDIR+=rtld-aout
|
1998-06-12 12:09:33 -04:00
|
|
|
.endif
|
1998-06-01 10:33:06 -04:00
|
|
|
.if ${BINFORMAT} == elf
|
1998-03-07 14:43:48 -05:00
|
|
|
SUBDIR+=rtld-elf
|
|
|
|
|
.endif
|
1998-06-01 10:33:06 -04:00
|
|
|
.endif
|
1998-03-07 14:43:48 -05:00
|
|
|
|
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
|
|
|
|
|
|
1994-05-27 08:39:25 -04:00
|
|
|
.if ${MACHINE} == "hp300"
|
|
|
|
|
SUBDIR+=rbootd
|
1994-05-28 02:21:34 -04:00
|
|
|
.elif ${MACHINE} == "i386"
|
|
|
|
|
SUBDIR+=rbootd
|
1994-05-27 08:39:25 -04:00
|
|
|
.elif ${MACHINE} == "luna68k"
|
|
|
|
|
SUBDIR+=rbootd
|
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|