Home | History | Annotate | Line # | Download | only in libexec
Makefile revision 1.19
      1 #	from: @(#)Makefile	5.7 (Berkeley) 4/1/91
      2 #	$Id: Makefile,v 1.19 1996/12/16 20:01:34 cgd Exp $
      3 
      4 .include <bsd.own.mk>
      5 
      6 SUBDIR=	atrun comsat fingerd ftpd getNAME getty identd lfs_cleanerd \
      7 	mail.local makekey makewhatis rexecd rlogind rshd rpc.rquotad \
      8 	rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd talkd telnetd \
      9 	tftpd uucpd
     10 
     11 .if ((${MACHINE_ARCH} == "alpha") && defined(ELF_TOOLCHAIN))
     12 SUBDIR+= ld.elf_so
     13 .endif
     14 
     15 .include <bsd.subdir.mk>
     16