]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/Makefile
This commit was generated by cvs2svn to compensate for changes in r179193,
[FreeBSD/FreeBSD.git] / share / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 # Do not include `info' in the SUBDIR list, it is handled separately.
7
8 SUBDIR= ${_colldef} \
9         ${_dict} \
10         ${_doc} \
11         ${_examples} \
12         ${_isdn} \
13         ${_man} \
14         ${_me} \
15         misc \
16         mk \
17         ${_mklocale} \
18         ${_monetdef} \
19         ${_msgdef} \
20         ${_numericdef} \
21         ${_sendmail} \
22         skel \
23         snmp \
24         ${_syscons} \
25         tabset \
26         termcap \
27         ${_timedef} \
28         ${_zoneinfo}
29
30 .if ${MK_LOCALES} != "no"
31 _colldef =      colldef
32 _mklocale =     mklocale
33 _monetdef =     monetdef
34 _msgdef =       msgdef
35 _numericdef =   numericdef
36 _timedef =      timedef
37 .endif
38
39 .if ${MK_SYSCONS} != "no"
40 _syscons=       syscons
41 .endif
42
43 .if ${MK_MAN} != "no"
44 _man=           man
45 .endif
46
47 .if ${MK_GROFF} != "no"
48 _me=            me
49 .endif
50
51 .if ${MK_EXAMPLES} != "no"
52 _examples=      examples
53 .endif
54
55 .if ${MK_I4B} != "no"
56 _isdn=          isdn
57 .endif
58
59 .if ${MK_DICT} != "no"
60 _dict=          dict
61 .endif
62
63 .if ${MK_SENDMAIL} != "no"
64 _sendmail=       sendmail
65 .endif
66
67 .if ${MK_SHAREDOCS} != "no"
68 _doc=           doc
69 .endif
70
71 .if ${MK_ZONEINFO} != "no"
72 _zoneinfo=      zoneinfo
73 .endif
74
75 .include <bsd.subdir.mk>