summaryrefslogtreecommitdiffstats
path: root/share/Makefile
blob: d7f7ef8ddce570f4426cf2321cca31a5de2d495f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	@(#)Makefile	8.1 (Berkeley) 6/5/93
# $FreeBSD$

# Do not include `info' in the SUBDIR list, it is handled separately.

SUBDIR= colldef dict examples isdn man me misc mk mklocale monetdef \
	msgdef numericdef skel syscons tabset termcap timedef zoneinfo

.if !defined(NO_SHAREDOCS)
SUBDIR+= doc
.endif

.if !defined(NO_SENDMAIL)
SUBDIR+= sendmail
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud