Home | History | Annotate | Line # | Download | only in libexec
Makefile revision 1.42
      1  1.42  christos #	$NetBSD: Makefile,v 1.42 2002/07/28 22:38:50 christos 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.33        tv SUBDIR=	atrun comsat fingerd ftpd getNAME getty identd ld.aout_so \
      7  1.34   thorpej 	ld.elf_so lfs_cleanerd mail.local makekey makewhatis rexecd \
      8  1.34   thorpej 	rlogind rmail rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
      9  1.42  christos 	rpc.sprayd talkd telnetd tftpd utmp_update uucpd
     10  1.35     aidan 
     11  1.41   thorpej .if (${MKKERBEROS} != "no")
     12  1.37   thorpej # Heimdal/KTH Kerberos
     13  1.40   thorpej SUBDIR+= hpropd kadmind kfd kpasswdd
     14  1.38   thorpej .endif
     15   1.1       cgd 
     16   1.1       cgd .include <bsd.subdir.mk>
     17