summaryrefslogtreecommitdiff
path: root/libexec/Makefile
blob: b14ed63e7bfc0e69ca1bf578a100873dccd93c52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$NetBSD: Makefile,v 1.57 2008/03/22 08:37:26 mlelstv Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/4/93

.include <bsd.own.mk>

SUBDIR=	atf-cleanup atf-exec atf-format atf-killpg atrun \
	comsat fingerd ftpd getNAME getty httpd identd ld.aout_so \
	ld.elf_so lfs_cleanerd mail.local makekey makewhatis rexecd \
	rlogind rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
	rpc.sprayd talkd telnetd tftpd utmp_update

.if (${MKKERBEROS} != "no")
# Heimdal/KTH Kerberos
SUBDIR+= hpropd kadmind kpasswdd ipropd-master ipropd-slave
.endif

.include <bsd.subdir.mk>