1994-05-27 08:39:25 -04:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
|
|
|
|
|
1994-09-30 01:48:52 -04:00
|
|
|
SUBDIR= atrun bootpd bootpgw comsat fingerd ftpd getNAME getty lfs_cleanerd \
|
1995-10-26 12:28:33 -04:00
|
|
|
mail.local makekey revnetgroup rexecd rlogind rpc.rstatd rpc.rusersd \
|
1995-08-06 07:20:35 -04:00
|
|
|
rpc.rwalld rshd talkd tftpd uucpd xtend
|
|
|
|
|
|
|
|
|
|
.if !exists(../secure) || defined(NOSECURE)
|
|
|
|
|
SUBDIR+=telnetd
|
1995-09-29 15:47:51 -04:00
|
|
|
.else
|
|
|
|
|
SUBDIR+= ../secure/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>
|