Deleted Added
full compact
Makefile (256281) Makefile (256366)
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: stable/10/share/Makefile 241823 2012-10-22 01:18:41Z marcel $
2# $FreeBSD: stable/10/share/Makefile 256366 2013-10-12 06:08:18Z rpaulo $
3
4.include <bsd.own.mk>
5
6# Do not include `info' in the SUBDIR list, it is handled separately.
7
3
4.include <bsd.own.mk>
5
6# Do not include `info' in the SUBDIR list, it is handled separately.
7
8SUBDIR= ${_atf} \
9 ${_colldef} \
8SUBDIR= ${_colldef} \
10 ${_dict} \
11 ${_doc} \
12 dtrace \
13 ${_examples} \
14 ${_i18n} \
15 ${_man} \
16 ${_me} \
17 misc \

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

22 ${_numericdef} \
23 ${_sendmail} \
24 skel \
25 ${_snmp} \
26 ${_syscons} \
27 tabset \
28 termcap \
29 ${_timedef} \
9 ${_dict} \
10 ${_doc} \
11 dtrace \
12 ${_examples} \
13 ${_i18n} \
14 ${_man} \
15 ${_me} \
16 misc \

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

21 ${_numericdef} \
22 ${_sendmail} \
23 skel \
24 ${_snmp} \
25 ${_syscons} \
26 tabset \
27 termcap \
28 ${_timedef} \
30 xml \
31 xsl \
32 ${_zoneinfo}
33
34# NB: keep these sorted by MK_* knobs
35
29 ${_zoneinfo}
30
31# NB: keep these sorted by MK_* knobs
32
36.if ${MK_ATF} != "no"
37_atf= atf
38.endif
39
40.if ${MK_BSNMP} != "no"
41_snmp= snmp
42.endif
43
44.if ${MK_DICT} != "no"
45_dict= dict
46.endif
47

--- 46 unchanged lines hidden ---
33.if ${MK_BSNMP} != "no"
34_snmp= snmp
35.endif
36
37.if ${MK_DICT} != "no"
38_dict= dict
39.endif
40

--- 46 unchanged lines hidden ---