Makefile revision 1.20
11.5Smycroft# from: @(#)Makefile 5.7 (Berkeley) 4/1/91 21.20Sthorpej# $Id: Makefile,v 1.20 1996/12/18 05:39:13 thorpej Exp $ 31.19Scgd 41.20Sthorpej.include <bsd.own.mk> # for EXPORTABLE_SYSTEM 51.20Sthorpej# # and ELF_TOOLCHAIN 61.1Scgd 71.18SmycroftSUBDIR= atrun comsat fingerd ftpd getNAME getty identd lfs_cleanerd \ 81.16Sderaadt mail.local makekey makewhatis rexecd rlogind rshd rpc.rquotad \ 91.20Sthorpej rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd talkd \ 101.16Sderaadt tftpd uucpd 111.20Sthorpej 121.20Sthorpej# XXX Keep telnetd(8) and libtelnet from getting out of sync during the build 131.20Sthorpej# XXX process. 141.20Sthorpej.if !exists(${.CURDIR}/../domestic/libexec/telnetd) || \ 151.20Sthorpej defined(EXPORTABLE_SYSTEM) 161.20SthorpejSUBDIR+=telned 171.20Sthorpej.endif 181.19Scgd 191.19Scgd.if ((${MACHINE_ARCH} == "alpha") && defined(ELF_TOOLCHAIN)) 201.19ScgdSUBDIR+= ld.elf_so 211.19Scgd.endif 221.1Scgd 231.1Scgd.include <bsd.subdir.mk> 24