snj doesn't like my accent, so use proper English month names.
[netbsd-mini2440.git] / share / Makefile
blobc2b6b62d4dfc31c705c042ca335f0124ba8a352a
1 # $NetBSD: Makefile,v 1.30 2009/01/19 07:08:14 jmmv Exp $
2 # from @(#)Makefile 8.1 (Berkeley) 6/5/93
4 # Missing: ms
6 .include <bsd.own.mk>
8 .if ${MKSHARE} != "no" || \
9 make(clean) || make(cleandir) || make(distclean) || make(obj)
10 SUBDIR= dict doc examples legal man me misc mk \
11 tabset termcap tmac wscons xml zoneinfo
12 .if ${MKNLS} != "no"
13 SUBDIR+=i18n locale nls
14 .endif
15 .endif
17 # Speedup stubs for some subtrees that don't need to run these rules
18 includes-examples includes-man:
19 @true
21 .include <bsd.subdir.mk>