Home | History | Annotate | Line # | Download | only in compat
Makefile revision 1.5
      1  1.5  mrg #	$NetBSD: Makefile,v 1.5 2009/12/13 09:27:13 mrg Exp $
      2  1.1  mrg 
      3  1.5  mrg # Build multi-abi libaries
      4  1.1  mrg 
      5  1.1  mrg .include <bsd.own.mk>
      6  1.1  mrg 
      7  1.5  mrg .if ${MKCOMPAT} != "no"
      8  1.5  mrg .if !make(includes)
      9  1.5  mrg 
     10  1.5  mrg .include "archdirs.mk"
     11  1.5  mrg 
     12  1.5  mrg SUBDIR=	dirshack .WAIT ${ARCHDIR_SUBDIR}
     13  1.1  mrg 
     14  1.1  mrg .endif
     15  1.1  mrg .endif
     16  1.1  mrg 
     17  1.1  mrg .include <bsd.subdir.mk>
     18