1 1.26 mrg # $NetBSD: Makefile,v 1.26 1997/06/23 05:15:44 mrg 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.26 mrg SUBDIR= atrun comsat fingerd ftpd getNAME getty identd ld.elf_so 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.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.26 mrg defined(EXPORTABLE_SYSTEM) || make(clean) || make(cleandir) 16 1.22 cgd SUBDIR+=telnetd 17 1.20 thorpej .endif 18 1.1 cgd 19 1.1 cgd .include <bsd.subdir.mk> 20