Home | History | Annotate | Line # | Download | only in libexec
Makefile revision 1.58
      1  1.58  gmcgarry #	$NetBSD: Makefile,v 1.58 2008/08/16 23:51:15 gmcgarry 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.55      jmmv 	comsat fingerd ftpd getNAME getty httpd identd ld.aout_so \
      8  1.34   thorpej 	ld.elf_so lfs_cleanerd mail.local makekey makewhatis rexecd \
      9  1.50  christos 	rlogind rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
     10  1.51  christos 	rpc.sprayd talkd telnetd tftpd utmp_update
     11  1.35     aidan 
     12  1.58  gmcgarry .if (${MKATF} != "no")
     13  1.58  gmcgarry SUBDIR+= atf-cleanup atf-exec atf-format atf-killpg
     14  1.58  gmcgarry .endif
     15  1.58  gmcgarry 
     16  1.41   thorpej .if (${MKKERBEROS} != "no")
     17  1.37   thorpej # Heimdal/KTH Kerberos
     18  1.57   mlelstv SUBDIR+= hpropd kadmind kpasswdd ipropd-master ipropd-slave
     19  1.38   thorpej .endif
     20   1.1       cgd 
     21   1.1       cgd .include <bsd.subdir.mk>
     22