xref: /freebsd/share/Makefile (revision ce4946daa5ce852d28008dac492029500ab2ee95)
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
6SUBDIR= colldef dict examples isdn man me misc mk mklocale monetdef \
7	msgdef numericdef skel syscons tabset termcap timedef zoneinfo
8
9.if !defined(NO_SHAREDOCS)
10SUBDIR+= doc
11.endif
12
13.if !defined(NO_SENDMAIL)
14SUBDIR+= sendmail
15.endif
16
17.include <bsd.subdir.mk>
18