Home | History | Annotate | Line # | Download | only in libexec
Makefile revision 1.37.2.4
      1  1.37.2.4  thorpej #	$NetBSD: Makefile,v 1.37.2.4 2000/08/06 21:17:38 thorpej Exp $
      2  1.37.2.2  thorpej #	@(#)Makefile	8.1 (Berkeley) 6/4/93
      3  1.37.2.2  thorpej 
      4  1.37.2.2  thorpej .include <bsd.own.mk>
      5  1.37.2.2  thorpej 
      6  1.37.2.2  thorpej SUBDIR=	atrun comsat fingerd ftpd getNAME getty identd ld.aout_so \
      7  1.37.2.2  thorpej 	ld.elf_so lfs_cleanerd mail.local makekey makewhatis rexecd \
      8  1.37.2.2  thorpej 	rlogind rmail rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
      9  1.37.2.2  thorpej 	rpc.sprayd talkd telnetd tftpd uucpd
     10  1.37.2.2  thorpej 
     11  1.37.2.2  thorpej .if (${MKCRYPTO} != "no")
     12  1.37.2.2  thorpej # Heimdal/KTH Kerberos
     13  1.37.2.4  thorpej SUBDIR+= hpropd kadmind kfd kpasswdd
     14  1.37.2.2  thorpej .endif
     15  1.37.2.2  thorpej 
     16  1.37.2.2  thorpej .include <bsd.subdir.mk>
     17