Home | History | Annotate | Line # | Download | only in libexec
Makefile revision 1.52
      1  1.52       tls #	$NetBSD: Makefile,v 1.52 2007/05/28 12:06:22 tls 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.52       tls USE_FORT?= yes		# network server
      7  1.52       tls 
      8  1.33        tv SUBDIR=	atrun comsat fingerd ftpd getNAME getty identd ld.aout_so \
      9  1.34   thorpej 	ld.elf_so lfs_cleanerd mail.local makekey makewhatis rexecd \
     10  1.50  christos 	rlogind rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
     11  1.51  christos 	rpc.sprayd talkd telnetd tftpd utmp_update
     12  1.35     aidan 
     13  1.41   thorpej .if (${MKKERBEROS} != "no")
     14  1.37   thorpej # Heimdal/KTH Kerberos
     15  1.43      joda SUBDIR+= hpropd kadmind kpasswdd
     16  1.38   thorpej .endif
     17   1.1       cgd 
     18   1.1       cgd .include <bsd.subdir.mk>
     19