1994-05-27 14:39:25 +02:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
1997-02-22 15:22:49 +01:00
|
|
|
# $Id$
|
1994-05-27 14:39:25 +02:00
|
|
|
|
1996-01-23 03:23:20 +01:00
|
|
|
SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty lfs_cleanerd \
|
1996-08-30 00:17:27 +02:00
|
|
|
mail.local makekey mknetid named-xfer revnetgroup rexecd rlogind \
|
|
|
|
rpc.rquotad \
|
1996-06-25 22:32:30 +02:00
|
|
|
rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd rshd talkd tftpd uucpd \
|
|
|
|
xtend ypxfr
|
1995-08-06 13:20:35 +02:00
|
|
|
|
1997-01-08 12:46:23 +01:00
|
|
|
.if !exists(../eBones) || defined(NOSECURE) || !defined(MAKE_EBONES)
|
1995-08-06 13:20:35 +02:00
|
|
|
SUBDIR+=telnetd
|
1995-09-29 20:47:51 +01:00
|
|
|
.else
|
1996-02-13 10:20:16 +01:00
|
|
|
.if defined(RELEASEDIR)
|
|
|
|
# make release needs both
|
|
|
|
SUBDIR+=telnetd
|
|
|
|
.endif
|
1996-11-03 18:00:12 +01:00
|
|
|
SUBDIR+= ../eBones/libexec/telnetd
|
1995-08-06 13:20:35 +02:00
|
|
|
.endif
|
1994-05-27 14:39:25 +02:00
|
|
|
|
1994-08-04 23:54:38 +02:00
|
|
|
# Present but disabled: kpasswdd
|
|
|
|
|
1994-05-27 14:39:25 +02:00
|
|
|
.if ${MACHINE} == "hp300"
|
|
|
|
SUBDIR+=rbootd
|
1994-05-28 08:21:34 +02:00
|
|
|
.elif ${MACHINE} == "i386"
|
|
|
|
SUBDIR+=rbootd
|
1994-05-27 14:39:25 +02:00
|
|
|
.elif ${MACHINE} == "luna68k"
|
|
|
|
SUBDIR+=rbootd
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|