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