Home | History | Annotate | Line # | Download | only in libexec
Makefile revision 1.24
      1  1.24    perry #	$NetBSD: Makefile,v 1.24 1997/03/13 03:00:41 perry 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.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.22      cgd SUBDIR+=telnetd
     17  1.20  thorpej .endif
     18  1.19      cgd 
     19  1.23      cgd .if (${MACHINE_ARCH} == "alpha" && !defined(ECOFF_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