summaryrefslogtreecommitdiffstats
path: root/libexec/Makefile
blob: 0b9c9618a1b79d2bb5609f3f95ed882864c9a74c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
#	@(#)Makefile	8.1 (Berkeley) 6/4/93
# $FreeBSD$

.include <bsd.own.mk>

SUBDIR=	${_atf} \
	${_atrun} \
	bootpd \
	${_comsat} \
	fingerd \
	ftpd \
	getty \
	${_mail.local} \
	${_mknetid} \
	${_pppoed} \
	rbootd \
	revnetgroup \
	${_rlogind} \
	rpc.rquotad \
	rpc.rstatd \
	rpc.rusersd \
	rpc.rwalld \
	rpc.sprayd \
	${_rshd} \
	${_rtld-elf} \
	save-entropy \
	${_smrsh} \
	talkd \
	tcpd \
	${_telnetd} \
	tftpd \
	${_tftp-proxy} \
	ulog-helper \
	${_ypxfr}

.if ${MK_ATF} != "no"
_atf=		atf
.endif

.if ${MK_AT} != "no"
_atrun=		atrun
.endif

.if ${MK_MAIL} != "no"
_comsat=	comsat
.endif

.if ${MK_NIS} != "no"
_mknetid=	mknetid
_ypxfr=		ypxfr
.endif

.if ${MK_NETGRAPH} != "no"
_pppoed=	pppoed
.endif

.if ${MK_PF} != "no"
_tftp-proxy=	tftp-proxy
.endif

.if !defined(NO_PIC) && !defined(NO_RTLD)
_rtld-elf=	rtld-elf
.endif

.if ${MK_RCMDS} != "no"
_rlogind=	rlogind
_rshd=		rshd
.endif

.if ${MK_SENDMAIL} != "no"
_mail.local=	mail.local
_smrsh=		smrsh
.endif

.if ${MK_TELNET} != "no"
_telnetd=	telnetd
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud