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

Annotation of src/share/mk/bsd.init.mk, Revision 1.1

1.1     ! tv          1: #      $NetBSD$
        !             2:
        !             3: # <bsd.init.mk> includes Makefile.inc and <bsd.own.mk>; this is used at the
        !             4: # top of all <bsd.*.mk> files which actually "build something".
        !             5:
        !             6: .if !target(__initialized__)
        !             7: __initialized__:
        !             8: .-include "${.CURDIR}/../Makefile.inc"
        !             9: .include <bsd.own.mk>
        !            10: .MAIN:         all
        !            11: .endif

CVSweb <webmaster@jp.NetBSD.org>