xref: /minix/share/Makefile (revision 90b80121)
1#	$NetBSD: Makefile,v 1.33 2014/08/08 09:34:10 apb Exp $
2#	from @(#)Makefile	8.1 (Berkeley) 6/5/93
3
4# Missing:  ms
5
6.include <bsd.own.mk>
7#__MINIX: dict doc examples me \
8#         tabset tmac wscons xml
9
10.if ${MKSHARE} != "no" || \
11	make(clean) || make(cleandir) || make(distclean) || make(obj)
12SUBDIR=	legal man misc mk \
13	terminfo
14.if ${MKNLS} != "no"
15SUBDIR+=i18n locale nls
16.endif
17.endif
18
19# Speedup stubs for some subtrees that don't need to run these rules
20includes-examples includes-man:
21	@true
22
23.include <bsd.subdir.mk>
24