Makefile revision 1.51
1#	$NetBSD: Makefile,v 1.51 2006/11/16 00:49:20 christos Exp $
2#	@(#)Makefile	8.1 (Berkeley) 6/4/93
3
4.include <bsd.own.mk>
5
6SUBDIR=	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
10
11.if (${MKKERBEROS} != "no")
12# Heimdal/KTH Kerberos
13SUBDIR+= hpropd kadmind kpasswdd
14.endif
15
16.include <bsd.subdir.mk>
17