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