Home | History | Annotate | Line # | Download | only in libexec
      1  1.64       nia #	$NetBSD: Makefile,v 1.64 2022/06/06 10:56:28 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.64       nia 	comsat fingerd ftpd getty httpd identd ld.aout_so \
      8  1.64       nia 	ld.elf_so lfs_cleanerd mail.local makekey rexecd \
      9  1.50  christos 	rlogind rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
     10  1.64       nia 	rpc.sprayd talkd telnetd tftpd utmp_update
     11  1.62       nia 
     12  1.61     joerg .if ${MKMAKEMANDB} == "no"
     13  1.61     joerg SUBDIR+= getNAME makewhatis
     14  1.61     joerg .endif
     15  1.61     joerg 
     16   1.1       cgd .include <bsd.subdir.mk>
     17