[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share

File: [cvs.NetBSD.org] / src / share / Makefile (download)

Revision 1.31, Mon Jan 19 08:03:42 2009 UTC (15 years, 3 months ago) by jmmv
Branch: MAIN
CVS Tags: matt-premerge-20091211, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend
Changes since 1.30: +2 -2 lines

Remove the xsl subtree from here.  We are not installing anything now, as
the atf xsl is now installed from the external subtree.

#	$NetBSD: Makefile,v 1.31 2009/01/19 08:03:42 jmmv Exp $
#	from @(#)Makefile	8.1 (Berkeley) 6/5/93

# Missing:  ms

.include <bsd.own.mk>

.if ${MKSHARE} != "no" || \
	make(clean) || make(cleandir) || make(distclean) || make(obj)
SUBDIR=	dict doc examples legal man me misc mk \
	tabset termcap tmac wscons xml zoneinfo
.if ${MKNLS} != "no"
SUBDIR+=i18n locale nls
.endif
.endif

# Speedup stubs for some subtrees that don't need to run these rules
includes-examples includes-man:
	@true

.include <bsd.subdir.mk>