Makefile revision 200062
1114117Simp#	@(#)Makefile	8.1 (Berkeley) 6/4/93
250476Speter# $FreeBSD: head/libexec/Makefile 200062 2009-12-03 15:48:24Z ed $
31592Srgrimes
4156813Sru.include <bsd.own.mk>
5156813Sru
6183242SsamSUBDIR=	${_atrun} \
753909Speter	bootpd \
8183242Ssam	${_comsat} \
953909Speter	fingerd \
1053909Speter	ftpd \
1153909Speter	getty \
12124587Sru	${_mail.local} \
13137675Sbz	${_mknetid} \
14183242Ssam	${_pppoed} \
1553909Speter	rbootd \
1653909Speter	revnetgroup \
17143026Strhodes	${_rlogind} \
1853909Speter	rpc.rquotad \
19104385Smike	rpc.rstatd \
2053909Speter	rpc.rusersd \
2153909Speter	rpc.rwalld \
2253909Speter	rpc.sprayd \
23143026Strhodes	${_rshd} \
24124587Sru	${_rtld-elf} \
2570922Sdougb	save-entropy \
26124587Sru	${_smrsh} \
2753909Speter	talkd \
28101808Sdwmalone	tcpd \
29183242Ssam	${_telnetd} \
3053909Speter	tftpd \
31171173Smlaier	${_tftp-proxy} \
32200062Sed	ulog-helper \
33137675Sbz	${_ypxfr}
341592Srgrimes
35183242Ssam.if ${MK_AT} != "no"
36183242Ssam_atrun=		atrun
37183242Ssam.endif
38183242Ssam
39183242Ssam.if ${MK_MAIL} != "no"
40183242Ssam_comsat=	comsat
41183242Ssam.endif
42183242Ssam
43156813Sru.if ${MK_NIS} != "no"
44137675Sbz_mknetid=	mknetid
45137675Sbz_ypxfr=		ypxfr
46137675Sbz.endif
47137675Sbz
48183242Ssam.if ${MK_NETGRAPH} != "no"
49183242Ssam_pppoed=	pppoed
50183242Ssam.endif
51183242Ssam
52156813Sru.if ${MK_PF} != "no"
53171173Smlaier_tftp-proxy=	tftp-proxy
54126756Smlaier.endif
55126756Smlaier
56173220Syar.if !defined(NO_PIC) && !defined(NO_RTLD)
57124587Sru_rtld-elf=	rtld-elf
5853909Speter.endif
5953909Speter
60156813Sru.if ${MK_RCMDS} != "no"
61143107Sru_rlogind=	rlogind
62143026Strhodes_rshd=		rshd
63143026Strhodes.endif
64143026Strhodes
65156813Sru.if ${MK_SENDMAIL} != "no"
66124587Sru_mail.local=	mail.local
67183242Ssam_smrsh=		smrsh
6838101Speter.endif
6938101Speter
70183242Ssam.if ${MK_TELNET} != "no"
71183242Ssam_telnetd=	telnetd
72183242Ssam.endif
73183242Ssam
741592Srgrimes.include <bsd.subdir.mk>
75