Deleted Added
full compact
Makefile (296047) Makefile (301226)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/libexec/Makefile 296047 2016-02-25 18:23:40Z oshogbo $
2# $FreeBSD: head/libexec/Makefile 301226 2016-06-02 19:06:04Z lidl $
3
4.include <src.opts.mk>
5
6SUBDIR= ${_atf} \
7 ${_atrun} \
3
4.include <src.opts.mk>
5
6SUBDIR= ${_atf} \
7 ${_atrun} \
8 ${_blacklistd-helper} \
8 ${_comsat} \
9 ${_dma} \
10 getty \
11 ${_mail.local} \
12 ${_makewhatis.local} \
13 ${_mknetid} \
14 ${_pppoed} \
15 revnetgroup \

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

28 ${_tftp-proxy} \
29 ulog-helper \
30 ${_ypxfr}
31
32.if ${MK_AT} != "no"
33_atrun= atrun
34.endif
35
9 ${_comsat} \
10 ${_dma} \
11 getty \
12 ${_mail.local} \
13 ${_makewhatis.local} \
14 ${_mknetid} \
15 ${_pppoed} \
16 revnetgroup \

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

29 ${_tftp-proxy} \
30 ulog-helper \
31 ${_ypxfr}
32
33.if ${MK_AT} != "no"
34_atrun= atrun
35.endif
36
37.if ${MK_BLACKLIST_SUPPORT} != "no"
38_blacklistd-helper+= blacklistd-helper
39.endif
40
36.if ${MK_BOOTPD} != "no"
37SUBDIR+= bootpd
38.endif
39
40.if ${MK_FINGER} != "no"
41SUBDIR+= fingerd
42.endif
43

--- 71 unchanged lines hidden ---
41.if ${MK_BOOTPD} != "no"
42SUBDIR+= bootpd
43.endif
44
45.if ${MK_FINGER} != "no"
46SUBDIR+= fingerd
47.endif
48

--- 71 unchanged lines hidden ---