Makefile revision 1.28
1#	$NetBSD: Makefile,v 1.28 2008/05/20 12:17:48 ad Exp $
2#	from @(#)Makefile	8.1 (Berkeley) 6/5/93
3
4# Missing:  ms
5
6.include <bsd.own.mk>
7
8.if ${MKSHARE} != "no" || \
9	make(clean) || make(cleandir) || make(distclean) || make(obj)
10SUBDIR=	atf dict doc examples ldscripts legal man me misc mk \
11	tabset termcap tmac wscons xml xsl zoneinfo
12.if ${MKNLS} != "no"
13SUBDIR+=i18n locale nls
14.endif
15.endif
16
17# Speedup stubs for some subtrees that don't need to run these rules
18includes-examples includes-man:
19	@true
20
21.include <bsd.subdir.mk>
22