1 1.5 mycroft # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 2 1.20 thorpej # $Id: Makefile,v 1.20 1996/12/18 05:39:13 thorpej Exp $ 3 1.19 cgd 4 1.20 thorpej .include <bsd.own.mk> # for EXPORTABLE_SYSTEM 5 1.20 thorpej # # and ELF_TOOLCHAIN 6 1.1 cgd 7 1.18 mycroft SUBDIR= atrun comsat fingerd ftpd getNAME getty identd lfs_cleanerd \ 8 1.16 deraadt mail.local makekey makewhatis rexecd rlogind rshd rpc.rquotad \ 9 1.20 thorpej rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd talkd \ 10 1.16 deraadt tftpd uucpd 11 1.20 thorpej 12 1.20 thorpej # XXX Keep telnetd(8) and libtelnet from getting out of sync during the build 13 1.20 thorpej # XXX process. 14 1.20 thorpej .if !exists(${.CURDIR}/../domestic/libexec/telnetd) || \ 15 1.20 thorpej defined(EXPORTABLE_SYSTEM) 16 1.20 thorpej SUBDIR+=telned 17 1.20 thorpej .endif 18 1.19 cgd 19 1.19 cgd .if ((${MACHINE_ARCH} == "alpha") && defined(ELF_TOOLCHAIN)) 20 1.19 cgd SUBDIR+= ld.elf_so 21 1.19 cgd .endif 22 1.1 cgd 23 1.1 cgd .include <bsd.subdir.mk> 24