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

Annotation of src/share/Makefile, Revision 1.25.8.1

1.25.8.1! matt        1: #      $NetBSD$
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.25.8.1! matt       10: SUBDIR=        atf dict doc examples legal man me misc mk \
        !            11:        tabset termcap tmac wscons xml xsl 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>