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

Annotation of src/compat/Makefile, Revision 1.5

1.5     ! mrg         1: #      $NetBSD: Makefile,v 1.4 2009/06/07 22:59:22 christos Exp $
1.1       mrg         2:
1.5     ! mrg         3: # Build multi-abi libaries
1.1       mrg         4:
                      5: .include <bsd.own.mk>
                      6:
1.5     ! mrg         7: .if ${MKCOMPAT} != "no"
        !             8: .if !make(includes)
        !             9:
        !            10: .include "archdirs.mk"
        !            11:
        !            12: SUBDIR=        dirshack .WAIT ${ARCHDIR_SUBDIR}
1.1       mrg        13:
                     14: .endif
                     15: .endif
                     16:
                     17: .include <bsd.subdir.mk>

CVSweb <webmaster@jp.NetBSD.org>