1994-05-27 13:39:25 +01:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
|
|
|
|
1994-08-23 04:10:47 +01:00
|
|
|
SUBDIR= atrun bugfiler comsat fingerd ftpd getNAME getty lfs_cleanerd \
|
1994-08-28 16:18:51 +01:00
|
|
|
mail.local makekey rexecd rlogind rpc.rstatd rpc.rusersd \
|
|
|
|
rpc.rwalld rshd talkd telnetd tftpd uucpd
|
1994-05-27 13:39:25 +01:00
|
|
|
|
1994-08-04 22:54:38 +01:00
|
|
|
# Present but disabled: kpasswdd
|
|
|
|
|
1994-05-27 13:39:25 +01:00
|
|
|
.if ${MACHINE} == "hp300"
|
|
|
|
SUBDIR+=rbootd
|
1994-05-28 07:21:34 +01:00
|
|
|
.elif ${MACHINE} == "i386"
|
|
|
|
SUBDIR+=rbootd
|
1994-05-27 13:39:25 +01:00
|
|
|
.elif ${MACHINE} == "luna68k"
|
|
|
|
SUBDIR+=rbootd
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|