1 # $NetBSD: Makefile,v 1.53.2.1 2007/11/06 23:12:00 matt Exp $ 2 # @(#)Makefile 8.1 (Berkeley) 6/4/93 3 4 .include <bsd.own.mk> 5 6 SUBDIR= atrun comsat fingerd ftpd getNAME getty httpd 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 10 11 .if (${MKKERBEROS} != "no") 12 # Heimdal/KTH Kerberos 13 SUBDIR+= hpropd kadmind kpasswdd 14 .endif 15 16 .include <bsd.subdir.mk> 17