1# @(#)Makefile 8.1 (Berkeley) 6/4/93 2 3SUBDIR= atrun bootpd bootpgw comsat fingerd ftpd getNAME getty lfs_cleanerd \ 4 mail.local makekey revnetgroup rexecd rlogind rpc.rquotad rpc.rstatd \ 5 rpc.rusersd rpc.rwalld rpc.sprayd rshd talkd tftpd uucpd xtend 6 7.if !exists(../secure) || defined(NOSECURE) 8SUBDIR+=telnetd 9.else 10SUBDIR+= ../secure/libexec/telnetd 11.endif 12 13# Present but disabled: kpasswdd 14 15.if ${MACHINE} == "hp300" 16SUBDIR+=rbootd 17.elif ${MACHINE} == "i386" 18SUBDIR+=rbootd 19.elif ${MACHINE} == "luna68k" 20SUBDIR+=rbootd 21.endif 22 23.include <bsd.subdir.mk> 24