1 # $NetBSD: Makefile,v 1.52 2007/05/28 12:06:22 tls Exp $ 2 # @(#)Makefile 8.1 (Berkeley) 6/4/93 3 4 .include <bsd.own.mk> 5 6 USE_FORT?= yes # network server 7 8 SUBDIR= atrun comsat fingerd ftpd getNAME getty identd ld.aout_so \ 9 ld.elf_so lfs_cleanerd mail.local makekey makewhatis rexecd \ 10 rlogind rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \ 11 rpc.sprayd talkd telnetd tftpd utmp_update 12 13 .if (${MKKERBEROS} != "no") 14 # Heimdal/KTH Kerberos 15 SUBDIR+= hpropd kadmind kpasswdd 16 .endif 17 18 .include <bsd.subdir.mk> 19