xref: /freebsd/share/Makefile (revision 71fe318b852b8dfb3e799cb12ef184750f7f8eac)
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 man me misc mk monetdef \
7	msgdef numericdef skel syscons tabset termcap timedef zoneinfo
8
9.if ${MACHINE_ARCH} != "sparc64"
10SUBDIR+= mklocale
11.endif
12
13.if !defined(NO_SHAREDOCS) && ${MACHINE_ARCH} != "ia64"
14SUBDIR+= doc
15.endif
16
17.if !defined(NO_I4B)
18SUBDIR+= isdn
19.endif
20
21.if !defined(NO_SENDMAIL)
22SUBDIR+= sendmail
23.endif
24
25.include <bsd.subdir.mk>
26