]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/Makefile
Xref mac_lomac.4 instead of lomac.4
[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_I4B)
29 _isdn=          isdn
30 .endif
31
32 .if !defined(NO_SENDMAIL)
33 _sendmail=       sendmail
34 .endif
35
36 .if !defined(NO_SHAREDOCS)
37 _doc=           doc
38 .endif
39
40 .include <bsd.subdir.mk>