1994-05-27 12:39:25 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
|
|
|
|
1994-09-30 05:48:52 +00:00
|
|
|
SUBDIR= atrun bootpd bootpgw comsat fingerd ftpd getNAME getty lfs_cleanerd \
|
1994-09-28 18:22:08 +00:00
|
|
|
mail.local makekey rexecd rlogind rpc.rstatd rpc.rusersd \
|
1994-10-22 14:58:56 +00:00
|
|
|
rpc.rwalld rshd talkd telnetd tftpd uucpd xtend
|
1994-05-27 12:39:25 +00:00
|
|
|
|
1994-08-04 21:54:38 +00:00
|
|
|
# Present but disabled: kpasswdd
|
|
|
|
|
1994-05-27 12:39:25 +00:00
|
|
|
.if ${MACHINE} == "hp300"
|
|
|
|
SUBDIR+=rbootd
|
1994-05-28 06:21:34 +00:00
|
|
|
.elif ${MACHINE} == "i386"
|
|
|
|
SUBDIR+=rbootd
|
1994-05-27 12:39:25 +00:00
|
|
|
.elif ${MACHINE} == "luna68k"
|
|
|
|
SUBDIR+=rbootd
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|