]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/Makefile
Document CVSCMDARGS variable.
[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 dict examples man me misc mk mklocale monetdef \
7         msgdef numericdef skel syscons tabset termcap timedef zoneinfo
8
9 .if !defined(NO_SHAREDOCS)
10 SUBDIR+= doc
11 .endif
12
13 .if !defined(NO_I4B)
14 SUBDIR+= isdn
15 .endif
16
17 .if !defined(NO_SENDMAIL)
18 SUBDIR+= sendmail
19 .endif
20
21 .include <bsd.subdir.mk>