Home | History | Annotate | Line # | Download | only in compat
      1 #	$NetBSD: Makefile,v 1.7 2022/05/29 10:47:39 andvar Exp $
      2 
      3 # Build multi-abi libraries
      4 
      5 .include <bsd.own.mk>
      6 
      7 .if ${MKCOMPAT} != "no"
      8 .if !make(includes)
      9 
     10 .include "archdirs.mk"
     11 
     12 SUBDIR=	dirshack .WAIT ${ARCHDIR_SUBDIR}
     13 
     14 .endif
     15 .endif
     16 
     17 TARGETS+=	build_install
     18 
     19 .include <bsd.subdir.mk>
     20