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