Makefile revision 241823
1114117Simp#	@(#)Makefile	8.1 (Berkeley) 6/4/93
250476Speter# $FreeBSD: head/libexec/Makefile 241823 2012-10-22 01:18:41Z marcel $
31592Srgrimes
4156813Sru.include <bsd.own.mk>
5156813Sru
6241823SmarcelSUBDIR=	${_atf} \
7241823Smarcel	${_atrun} \
853909Speter	bootpd \
9183242Ssam	${_comsat} \
1053909Speter	fingerd \
1153909Speter	ftpd \
1253909Speter	getty \
13124587Sru	${_mail.local} \
14137675Sbz	${_mknetid} \
15183242Ssam	${_pppoed} \
1653909Speter	rbootd \
1753909Speter	revnetgroup \
18143026Strhodes	${_rlogind} \
1953909Speter	rpc.rquotad \
20104385Smike	rpc.rstatd \
2153909Speter	rpc.rusersd \
2253909Speter	rpc.rwalld \
2353909Speter	rpc.sprayd \
24143026Strhodes	${_rshd} \
25124587Sru	${_rtld-elf} \
2670922Sdougb	save-entropy \
27124587Sru	${_smrsh} \
2853909Speter	talkd \
29101808Sdwmalone	tcpd \
30183242Ssam	${_telnetd} \
3153909Speter	tftpd \
32171173Smlaier	${_tftp-proxy} \
33200062Sed	ulog-helper \
34137675Sbz	${_ypxfr}
351592Srgrimes
36241823Smarcel.if ${MK_ATF} != "no"
37241823Smarcel_atf=		atf
38241823Smarcel.endif
39241823Smarcel
40183242Ssam.if ${MK_AT} != "no"
41183242Ssam_atrun=		atrun
42183242Ssam.endif
43183242Ssam
44183242Ssam.if ${MK_MAIL} != "no"
45183242Ssam_comsat=	comsat
46183242Ssam.endif
47183242Ssam
48156813Sru.if ${MK_NIS} != "no"
49137675Sbz_mknetid=	mknetid
50137675Sbz_ypxfr=		ypxfr
51137675Sbz.endif
52137675Sbz
53183242Ssam.if ${MK_NETGRAPH} != "no"
54183242Ssam_pppoed=	pppoed
55183242Ssam.endif
56183242Ssam
57156813Sru.if ${MK_PF} != "no"
58171173Smlaier_tftp-proxy=	tftp-proxy
59126756Smlaier.endif
60126756Smlaier
61173220Syar.if !defined(NO_PIC) && !defined(NO_RTLD)
62124587Sru_rtld-elf=	rtld-elf
6353909Speter.endif
6453909Speter
65156813Sru.if ${MK_RCMDS} != "no"
66143107Sru_rlogind=	rlogind
67143026Strhodes_rshd=		rshd
68143026Strhodes.endif
69143026Strhodes
70156813Sru.if ${MK_SENDMAIL} != "no"
71124587Sru_mail.local=	mail.local
72183242Ssam_smrsh=		smrsh
7338101Speter.endif
7438101Speter
75183242Ssam.if ${MK_TELNET} != "no"
76183242Ssam_telnetd=	telnetd
77183242Ssam.endif
78183242Ssam
791592Srgrimes.include <bsd.subdir.mk>
80