summaryrefslogtreecommitdiff
path: root/compat/Makefile
blob: a0d9446f77c637a75f6c711e6fdef8b6be5f9d13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$NetBSD: Makefile,v 1.7 2022/05/29 10:47:39 andvar Exp $

# Build multi-abi libraries

.include <bsd.own.mk>

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

.include "archdirs.mk"

SUBDIR=	dirshack .WAIT ${ARCHDIR_SUBDIR}

.endif
.endif

TARGETS+=	build_install

.include <bsd.subdir.mk>