Makefile revision 97089
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/Makefile 97089 2002-05-22 01:04:42Z marcel $
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