1994-05-27 08:39:25 -04:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
1997-02-22 09:22:49 -05:00
|
|
|
# $Id$
|
1994-05-27 08:39:25 -04:00
|
|
|
|
1996-01-22 21:23:20 -05:00
|
|
|
SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty lfs_cleanerd \
|
1996-08-29 18:17:27 -04:00
|
|
|
mail.local makekey mknetid named-xfer revnetgroup rexecd rlogind \
|
|
|
|
|
rpc.rquotad \
|
1996-06-25 16:32:30 -04:00
|
|
|
rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd rshd talkd tftpd uucpd \
|
|
|
|
|
xtend ypxfr
|
1995-08-06 07:20:35 -04:00
|
|
|
|
1997-01-08 06:46:23 -05:00
|
|
|
.if !exists(../eBones) || defined(NOSECURE) || !defined(MAKE_EBONES)
|
1995-08-06 07:20:35 -04:00
|
|
|
SUBDIR+=telnetd
|
1995-09-29 15:47:51 -04:00
|
|
|
.else
|
1996-02-13 04:20:16 -05:00
|
|
|
.if defined(RELEASEDIR)
|
|
|
|
|
# make release needs both
|
|
|
|
|
SUBDIR+=telnetd
|
|
|
|
|
.endif
|
1996-11-03 12:00:12 -05:00
|
|
|
SUBDIR+= ../eBones/libexec/telnetd
|
1995-08-06 07:20:35 -04:00
|
|
|
.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>
|