Makefile revision 1.23
11.23Scgd# $NetBSD: Makefile,v 1.23 1997/02/23 20:42:27 cgd Exp $ 21.5Smycroft# from: @(#)Makefile 5.7 (Berkeley) 4/1/91 31.19Scgd 41.20Sthorpej.include <bsd.own.mk> # for EXPORTABLE_SYSTEM 51.23Scgd# # and ECOFF_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.22ScgdSUBDIR+=telnetd 171.20Sthorpej.endif 181.19Scgd 191.23Scgd.if (${MACHINE_ARCH} == "alpha" && !defined(ECOFF_TOOLCHAIN)) 201.19ScgdSUBDIR+= ld.elf_so 211.19Scgd.endif 221.1Scgd 231.1Scgd.include <bsd.subdir.mk> 24