[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share

Annotation of src/share/Makefile, Revision 1.32

1.32    ! roy         1: #      $NetBSD: Makefile,v 1.31 2009/01/19 08:03:42 jmmv 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.30      jmmv       10: SUBDIR=        dict doc examples legal man me misc mk \
1.32    ! roy        11:        tabset terminfo tmac wscons xml zoneinfo
1.14      itojun     12: .if ${MKNLS} != "no"
1.22      tshiozak   13: SUBDIR+=i18n locale nls
1.14      itojun     14: .endif
1.7       lukem      15: .endif
1.18      tv         16:
                     17: # Speedup stubs for some subtrees that don't need to run these rules
1.25      yamt       18: includes-examples includes-man:
1.19      nathanw    19:        @true
1.1       cgd        20:
                     21: .include <bsd.subdir.mk>

CVSweb <webmaster@jp.NetBSD.org>