Deleted Added
full compact
Makefile (148736) Makefile (156813)
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/Makefile 148736 2005-08-05 14:59:50Z phk $
2# $FreeBSD: head/share/Makefile 156813 2006-03-17 18:54:44Z ru $
3
3
4.include <bsd.own.mk>
5
4# Do not include `info' in the SUBDIR list, it is handled separately.
5
6SUBDIR= ${_colldef} \
7 ${_dict} \
8 ${_doc} \
9 ${_examples} \
10 ${_isdn} \
11 ${_man} \

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

20 skel \
21 snmp \
22 ${_syscons} \
23 tabset \
24 termcap \
25 ${_timedef} \
26 zoneinfo
27
6# Do not include `info' in the SUBDIR list, it is handled separately.
7
8SUBDIR= ${_colldef} \
9 ${_dict} \
10 ${_doc} \
11 ${_examples} \
12 ${_isdn} \
13 ${_man} \

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

22 skel \
23 snmp \
24 ${_syscons} \
25 tabset \
26 termcap \
27 ${_timedef} \
28 zoneinfo
29
28.if !defined(NO_LOCALES)
30.if ${MK_LOCALES} != "no"
29_colldef = colldef
30_mklocale = mklocale
31_monetdef = monetdef
32_msgdef = msgdef
33_numericdef = numericdef
34_timedef = timedef
35.endif
36
31_colldef = colldef
32_mklocale = mklocale
33_monetdef = monetdef
34_msgdef = msgdef
35_numericdef = numericdef
36_timedef = timedef
37.endif
38
37.if !defined(NO_SYSCONS)
39.if ${MK_SYSCONS} != "no"
38_syscons= syscons
39.endif
40
40_syscons= syscons
41.endif
42
41.if !defined(NO_MAN)
43.if ${MK_MAN} != "no"
42_man= man
43.endif
44
44_man= man
45.endif
46
45.if !defined(NO_GROFF)
47.if ${MK_GROFF} != "no"
46_me= me
47.endif
48
48_me= me
49.endif
50
49.if !defined(NO_EXAMPLES)
51.if ${MK_EXAMPLES} != "no"
50_examples= examples
51.endif
52
52_examples= examples
53.endif
54
53.if !defined(NO_I4B)
55.if ${MK_I4B} != "no"
54_isdn= isdn
55.endif
56
56_isdn= isdn
57.endif
58
57.if !defined(NO_DICT)
59.if ${MK_DICT} != "no"
58_dict= dict
59.endif
60
60_dict= dict
61.endif
62
61.if !defined(NO_SENDMAIL)
63.if ${MK_SENDMAIL} != "no"
62_sendmail= sendmail
63.endif
64
64_sendmail= sendmail
65.endif
66
65.if !defined(NO_SHAREDOCS)
67.if ${MK_SHAREDOCS} != "no"
66_doc= doc
67.endif
68
69.include <bsd.subdir.mk>
68_doc= doc
69.endif
70
71.include <bsd.subdir.mk>