xref: /freebsd-13.1/libexec/Makefile (revision 6703731d)
1706d0ee0SWarner Losh#	@(#)Makefile	8.1 (Berkeley) 6/4/93
27f3dea24SPeter Wemm# $FreeBSD$
3ea022d16SRodney W. Grimes
4c6063d0dSWarner Losh.include <src.opts.mk>
5e1fe3dbaSRuslan Ermilov
6c175365cSMarcel MoolenaarSUBDIR=	${_atf} \
7c175365cSMarcel Moolenaar	${_atrun} \
895856e14SKurt Lidl	${_blacklistd-helper} \
9690f477dSSam Leffler	${_comsat} \
10a9e8641dSBaptiste Daroussin	${_dma} \
11506f3640SKyle Evans	flua \
12fe6d3fe5SPeter Wemm	getty \
13d10a8d6cSRuslan Ermilov	${_mail.local} \
1424e9c818SBryan Drewery	${_makewhatis.local} \
156c58990dSBjoern A. Zeeb	${_mknetid} \
16*6703731dSKyle Evans	${_phttpget} \
17690f477dSSam Leffler	${_pppoed} \
180696600cSBjoern A. Zeeb	rc \
19fe6d3fe5SPeter Wemm	revnetgroup \
20c71158d4STom Rhodes	${_rlogind} \
21fe6d3fe5SPeter Wemm	rpc.rquotad \
220b15d9a1SMike Barcroft	rpc.rstatd \
23fe6d3fe5SPeter Wemm	rpc.rusersd \
24fe6d3fe5SPeter Wemm	rpc.rwalld \
25fe6d3fe5SPeter Wemm	rpc.sprayd \
26c71158d4STom Rhodes	${_rshd} \
27d10a8d6cSRuslan Ermilov	${_rtld-elf} \
2827a803d6SDoug Barton	save-entropy \
29d10a8d6cSRuslan Ermilov	${_smrsh} \
30690f477dSSam Leffler	${_telnetd} \
31fba3cde9SJulio Merino	${_tests} \
3260ee3847SMax Laier	${_tftp-proxy} \
332208eadfSEd Schouten	ulog-helper \
346c58990dSBjoern A. Zeeb	${_ypxfr}
356c58990dSBjoern A. Zeeb
36690f477dSSam Leffler.if ${MK_AT} != "no"
37690f477dSSam Leffler_atrun=		atrun
38690f477dSSam Leffler.endif
39690f477dSSam Leffler
40c0759dacSKurt Lidl.if ${MK_BLACKLIST} != "no"
4195856e14SKurt Lidl_blacklistd-helper+=	blacklistd-helper
4295856e14SKurt Lidl.endif
4395856e14SKurt Lidl
4411981695SEnji Cooper.if ${MK_BOOTPD} != "no"
4511981695SEnji CooperSUBDIR+=	bootpd
4611981695SEnji Cooper.endif
4711981695SEnji Cooper
4811981695SEnji Cooper.if ${MK_FINGER} != "no"
4911981695SEnji CooperSUBDIR+=	fingerd
5011981695SEnji Cooper.endif
5111981695SEnji Cooper
52*6703731dSKyle Evans.if ${MK_FREEBSD_UPDATE} != "no" || ${MK_PORTSNAP} != "no"
53*6703731dSKyle Evans_phttpget=	phttpget
54*6703731dSKyle Evans.endif
55*6703731dSKyle Evans
5611981695SEnji Cooper.if ${MK_FTP} != "no"
5711981695SEnji CooperSUBDIR+=	ftpd
5811981695SEnji Cooper.endif
5911981695SEnji Cooper
60690f477dSSam Leffler.if ${MK_MAIL} != "no"
61690f477dSSam Leffler_comsat=	comsat
62690f477dSSam Leffler.endif
63690f477dSSam Leffler
646a54f620SBaptiste Daroussin.if ${MK_DMAGENT} != "no"
65a9e8641dSBaptiste Daroussin_dma=		dma
66a9e8641dSBaptiste Daroussin.endif
67a9e8641dSBaptiste Daroussin
68e1fe3dbaSRuslan Ermilov.if ${MK_NIS} != "no"
696c58990dSBjoern A. Zeeb_mknetid=	mknetid
706c58990dSBjoern A. Zeeb_ypxfr=		ypxfr
716c58990dSBjoern A. Zeeb.endif
72fe6d3fe5SPeter Wemm
73690f477dSSam Leffler.if ${MK_NETGRAPH} != "no"
74690f477dSSam Leffler_pppoed=	pppoed
75690f477dSSam Leffler.endif
76690f477dSSam Leffler
77e1fe3dbaSRuslan Ermilov.if ${MK_PF} != "no"
7860ee3847SMax Laier_tftp-proxy=	tftp-proxy
798d69c48bSMax Laier.endif
808d69c48bSMax Laier
81b2c4f888SYaroslav Tykhiy.if !defined(NO_PIC) && !defined(NO_RTLD)
82d10a8d6cSRuslan Ermilov_rtld-elf=	rtld-elf
83a4330302SBrooks DavisSUBDIR.${MK_LIB32}+=	rtld-elf32
84fe6d3fe5SPeter Wemm.endif
85558914c4SMark Murray
8611981695SEnji Cooper.if ${MK_RBOOTD} != "no"
8711981695SEnji CooperSUBDIR+=	rbootd
8811981695SEnji Cooper.endif
8911981695SEnji Cooper
90e1fe3dbaSRuslan Ermilov.if ${MK_SENDMAIL} != "no"
91d10a8d6cSRuslan Ermilov_mail.local=	mail.local
92d10a8d6cSRuslan Ermilov_smrsh=		smrsh
934add781bSPeter Wemm.endif
944add781bSPeter Wemm
9524e9c818SBryan Drewery.if ${MK_MAN_UTILS} != "no"
9624e9c818SBryan Drewery_makewhatis.local=	makewhatis.local
9724e9c818SBryan Drewery.endif
9824e9c818SBryan Drewery
993f802165SEnji Cooper.if ${MK_TALK} != "no"
1003f802165SEnji CooperSUBDIR+=	talkd
1013f802165SEnji Cooper.endif
1023f802165SEnji Cooper
10311981695SEnji Cooper.if ${MK_TCP_WRAPPERS} != "no"
10411981695SEnji CooperSUBDIR+=	tcpd
10511981695SEnji Cooper.endif
10611981695SEnji Cooper
107690f477dSSam Leffler.if ${MK_TELNET} != "no"
108690f477dSSam Leffler_telnetd=	telnetd
109690f477dSSam Leffler.endif
110690f477dSSam Leffler
11111981695SEnji Cooper.if ${MK_TFTP} != "no"
11211981695SEnji CooperSUBDIR+=	tftpd
11311981695SEnji Cooper.endif
11411981695SEnji Cooper
115e01d128aSJulio Merino.if ${MK_TESTS} != "no"
116e01d128aSJulio Merino_atf=		atf
117fba3cde9SJulio Merino_tests=		tests
118e01d128aSJulio Merino.endif
119e01d128aSJulio Merino
120f8080a99SWarner Losh.include <bsd.arch.inc.mk>
121f8080a99SWarner Losh
122ea022d16SRodney W. Grimes.include <bsd.subdir.mk>
123