summaryrefslogtreecommitdiff
path: root/sys/modules/arch/Makefile
blob: 5607bd98e0f88fee8345c466dbdb0fd5502714b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$NetBSD: Makefile,v 1.1 2011/06/15 09:45:59 mrg Exp $

# Build multi-abi kernel modules

.include <bsd.own.mk>

.if ${MKCOMPATMODULES} != "no"
.if !make(includes)

.include "archdirs.mk"

SUBDIR=	dirshack .WAIT ${ARCHDIR_SUBDIR}

.endif
.endif

.include <bsd.subdir.mk>