[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / libexec

File: [cvs.NetBSD.org] / src / libexec / Makefile (download)

Revision 1.37.2.5, Wed Sep 11 00:07:39 2002 UTC (21 years, 7 months ago) by itojun
Branch: netbsd-1-5
Changes since 1.37.2.4: +2 -2 lines

libexec/Makefile				1.43
usr.bin/Makefile				1.126
distrib/sets/lists/base/mi			1.350 via patch
distrib/sets/lists/man/mi			1.513 via patch
distrib/sets/lists/man/obsolete.mi		1.52
distrib/sets/lists/base/obsolete.mi		1.53
  obsolete usr.bin/kf and libexec/kfd for security issues, and are no longer
  needeed.

#	$NetBSD: Makefile,v 1.37.2.5 2002/09/11 00:07:39 itojun Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/4/93

.include <bsd.own.mk>

SUBDIR=	atrun comsat fingerd ftpd getNAME getty identd ld.aout_so \
	ld.elf_so lfs_cleanerd mail.local makekey makewhatis rexecd \
	rlogind rmail rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
	rpc.sprayd talkd telnetd tftpd uucpd

.if (${MKCRYPTO} != "no")
# Heimdal/KTH Kerberos
SUBDIR+= hpropd kadmind kpasswdd
.endif

.include <bsd.subdir.mk>