Home | History | Annotate | Line # | Download | only in libexec
Makefile revision 1.63
      1  1.63       nia #	$NetBSD: Makefile,v 1.63 2022/05/28 14:31:11 nia Exp $
      2  1.27       mrg #	@(#)Makefile	8.1 (Berkeley) 6/4/93
      3  1.36     aidan 
      4  1.38   thorpej .include <bsd.own.mk>
      5  1.38   thorpej 
      6  1.58  gmcgarry SUBDIR= atrun \
      7  1.63       nia 	comsat ftpd getty httpd identd ld.aout_so \
      8  1.62       nia 	ld.elf_so mail.local makekey rexecd \
      9  1.50  christos 	rlogind rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
     10  1.63       nia 	rpc.sprayd telnetd tftpd utmp_update
     11  1.63       nia 
     12  1.63       nia .if ${MKFINGER} != "no"
     13  1.63       nia SUBDIR+= fingerd
     14  1.63       nia .endif
     15  1.35     aidan 
     16  1.62       nia .if ${MKLFS} != "no"
     17  1.62       nia SUBDIR+= lfs_cleanerd
     18  1.62       nia .endif
     19  1.62       nia 
     20  1.61     joerg .if ${MKMAKEMANDB} == "no"
     21  1.61     joerg SUBDIR+= getNAME makewhatis
     22  1.61     joerg .endif
     23  1.61     joerg 
     24  1.63       nia .if ${MKTALK} != "no"
     25  1.63       nia SUBDIR+= talkd
     26  1.63       nia .endif
     27  1.63       nia 
     28   1.1       cgd .include <bsd.subdir.mk>
     29