xref: /minix3/share/Makefile (revision 325ce30bccba250bdfe2f52d4d341654683ad16f)
10a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.33 2014/08/08 09:34:10 apb Exp $
29152e1c5SLionel Sambuc#	from @(#)Makefile	8.1 (Berkeley) 6/5/93
39152e1c5SLionel Sambuc
49152e1c5SLionel Sambuc# Missing:  ms
59152e1c5SLionel Sambuc
6c0c8d257SArun Thomas.include <bsd.own.mk>
7*325ce30bSDavid van Moolenbroek#__MINIX: dict doc examples me \
80a6a1f1dSLionel Sambuc#         tabset tmac wscons xml
957066700SArun Thomas
109152e1c5SLionel Sambuc.if ${MKSHARE} != "no" || \
119152e1c5SLionel Sambuc	make(clean) || make(cleandir) || make(distclean) || make(obj)
12*325ce30bSDavid van MoolenbroekSUBDIR=	legal man misc mk \
130a6a1f1dSLionel Sambuc	terminfo
1484d9c625SLionel Sambuc.if ${MKNLS} != "no"
1584d9c625SLionel SambucSUBDIR+=i18n locale nls
1684d9c625SLionel Sambuc.endif
1784d9c625SLionel Sambuc.endif
1884d9c625SLionel Sambuc
199152e1c5SLionel Sambuc# Speedup stubs for some subtrees that don't need to run these rules
209152e1c5SLionel Sambucincludes-examples includes-man:
219152e1c5SLionel Sambuc	@true
2257066700SArun Thomas
23c0c8d257SArun Thomas.include <bsd.subdir.mk>
24