xref: /netbsd-src/sys/modules/arch/Makefile (revision a2c4975d63d1d224ad986fc879449800b8b3f668)
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
12SUBDIR=	dirshack .WAIT ${ARCHDIR_SUBDIR}
13
14.endif
15.endif
16
17.include <bsd.subdir.mk>
18