1 1.25 mikel # $NetBSD: Makefile,v 1.25 1997/04/09 06:23:41 mikel Exp $ 2 1.5 mycroft # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 3 1.19 cgd 4 1.20 thorpej .include <bsd.own.mk> # for EXPORTABLE_SYSTEM 5 1.23 cgd # # and ECOFF_TOOLCHAIN 6 1.1 cgd 7 1.18 mycroft SUBDIR= atrun comsat fingerd ftpd getNAME getty identd lfs_cleanerd \ 8 1.24 perry mail.local makekey makewhatis rexecd rlogind rmail 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.25 mikel .if make(clean) || make(cleandir) 13 1.25 mikel SUBDIR+=ld.elf_so telnetd 14 1.25 mikel .else 15 1.25 mikel 16 1.20 thorpej # XXX Keep telnetd(8) and libtelnet from getting out of sync during the build 17 1.20 thorpej # XXX process. 18 1.20 thorpej .if !exists(${.CURDIR}/../domestic/libexec/telnetd) || \ 19 1.20 thorpej defined(EXPORTABLE_SYSTEM) 20 1.22 cgd SUBDIR+=telnetd 21 1.20 thorpej .endif 22 1.19 cgd 23 1.23 cgd .if (${MACHINE_ARCH} == "alpha" && !defined(ECOFF_TOOLCHAIN)) 24 1.19 cgd SUBDIR+= ld.elf_so 25 1.19 cgd .endif 26 1.25 mikel 27 1.25 mikel .endif # make(clean) || make(cleandir) 28 1.1 cgd 29 1.1 cgd .include <bsd.subdir.mk> 30