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