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