1994-05-27 12:39:25 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
1997-09-28 09:07:34 +00:00
|
|
|
# $Id: Makefile,v 1.25 1997/07/05 14:22:15 peter Exp $
|
1994-05-27 12:39:25 +00:00
|
|
|
|
1996-01-23 02:23:20 +00:00
|
|
|
SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty lfs_cleanerd \
|
1996-08-29 22:17:27 +00:00
|
|
|
mail.local makekey mknetid named-xfer revnetgroup rexecd rlogind \
|
|
|
|
rpc.rquotad \
|
1996-06-25 20:32:30 +00:00
|
|
|
rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd rshd talkd tftpd uucpd \
|
|
|
|
xtend ypxfr
|
1995-08-06 11:20:35 +00:00
|
|
|
|
1997-09-28 09:07:34 +00: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 12:39:25 +00:00
|
|
|
|
1994-08-04 21:54:38 +00:00
|
|
|
# Present but disabled: kpasswdd
|
|
|
|
|
1994-05-27 12:39:25 +00:00
|
|
|
.if ${MACHINE} == "hp300"
|
|
|
|
SUBDIR+=rbootd
|
1994-05-28 06:21:34 +00:00
|
|
|
.elif ${MACHINE} == "i386"
|
|
|
|
SUBDIR+=rbootd
|
1994-05-27 12:39:25 +00:00
|
|
|
.elif ${MACHINE} == "luna68k"
|
|
|
|
SUBDIR+=rbootd
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|