1994-05-27 08:39:25 -04:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
|
|
|
|
|
1994-09-09 12:40:27 -04:00
|
|
|
SUBDIR= atrun comsat fingerd ftpd getNAME getty lfs_cleanerd \
|
1994-08-28 11:18:51 -04:00
|
|
|
mail.local makekey rexecd rlogind rpc.rstatd rpc.rusersd \
|
|
|
|
|
rpc.rwalld rshd talkd telnetd tftpd uucpd
|
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>
|