Deleted Added
full compact
Makefile (272152) Makefile (272322)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: stable/10/libexec/Makefile 272152 2014-09-26 03:03:58Z gjb $
2# $FreeBSD: stable/10/libexec/Makefile 272322 2014-09-30 17:54:57Z delphij $
3
4.include <bsd.own.mk>
5
6SUBDIR= ${_atf} \
7 ${_atrun} \
8 bootpd \
9 ${_comsat} \
10 fingerd \
11 ftpd \
12 getty \
3
4.include <bsd.own.mk>
5
6SUBDIR= ${_atf} \
7 ${_atrun} \
8 bootpd \
9 ${_comsat} \
10 fingerd \
11 ftpd \
12 getty \
13 ${_hyperv} \
13 ${_mail.local} \
14 ${_mknetid} \
15 ${_pppoed} \
16 rbootd \
17 revnetgroup \
18 ${_rlogind} \
19 rpc.rquotad \
20 rpc.rstatd \

--- 16 unchanged lines hidden (view full) ---

37.if ${MK_AT} != "no"
38_atrun= atrun
39.endif
40
41.if ${MK_MAIL} != "no"
42_comsat= comsat
43.endif
44
14 ${_mail.local} \
15 ${_mknetid} \
16 ${_pppoed} \
17 rbootd \
18 revnetgroup \
19 ${_rlogind} \
20 rpc.rquotad \
21 rpc.rstatd \

--- 16 unchanged lines hidden (view full) ---

38.if ${MK_AT} != "no"
39_atrun= atrun
40.endif
41
42.if ${MK_MAIL} != "no"
43_comsat= comsat
44.endif
45
46.if ${MK_HYPERV} != "no"
47_hyperv= hyperv
48.endif
49
45.if ${MK_NIS} != "no"
46_mknetid= mknetid
47_ypxfr= ypxfr
48.endif
49
50.if ${MK_NETGRAPH} != "no"
51_pppoed= pppoed
52.endif

--- 29 unchanged lines hidden ---
50.if ${MK_NIS} != "no"
51_mknetid= mknetid
52_ypxfr= ypxfr
53.endif
54
55.if ${MK_NETGRAPH} != "no"
56_pppoed= pppoed
57.endif

--- 29 unchanged lines hidden ---