Annotation of src/share/Makefile, Revision 1.35.2.1
1.35.2.1! christos 1: # $NetBSD: Makefile,v 1.36 2019/05/07 05:02:42 thorpej Exp $
1.5 mrg 2: # from @(#)Makefile 8.1 (Berkeley) 6/5/93
1.1 cgd 3:
4: # Missing: ms
5:
1.7 lukem 6: .include <bsd.own.mk>
7:
1.8 lukem 8: .if ${MKSHARE} != "no" || \
1.7 lukem 9: make(clean) || make(cleandir) || make(distclean) || make(obj)
1.35.2.1! christos 10: SUBDIR= dict examples installboot legal man me misc mk \
1.33 apb 11: tabset terminfo tmac wscons xml
1.34 kamil 12:
13: .if ${MKGROFF} != "no"
14: SUBDIR+=doc
15: .endif
16:
1.14 itojun 17: .if ${MKNLS} != "no"
1.22 tshiozak 18: SUBDIR+=i18n locale nls
1.14 itojun 19: .endif
1.7 lukem 20: .endif
1.18 tv 21:
1.35 christos 22: SUBDIR.roff+= doc
23:
1.18 tv 24: # Speedup stubs for some subtrees that don't need to run these rules
1.25 yamt 25: includes-examples includes-man:
1.19 nathanw 26: @true
1.1 cgd 27:
28: .include <bsd.subdir.mk>
CVSweb <webmaster@jp.NetBSD.org>