Sun Aug 10 07:03:59 2014 UTC ()
Rebase.


(tls)
diff -r1.32 -r1.32.22.1 src/share/Makefile

cvs diff -r1.32 -r1.32.22.1 src/share/Makefile (expand / switch to unified diff)

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