2022-05-29 13:47:39 +03:00
|
|
|
# $NetBSD: Makefile,v 1.7 2022/05/29 10:47:39 andvar Exp $
|
2008-10-26 10:38:27 +03:00
|
|
|
|
2022-05-29 13:47:39 +03:00
|
|
|
# Build multi-abi libraries
|
2008-10-26 10:38:27 +03:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2009-12-13 12:27:13 +03:00
|
|
|
.if ${MKCOMPAT} != "no"
|
2008-10-26 10:38:27 +03:00
|
|
|
.if !make(includes)
|
|
|
|
|
2009-12-13 12:27:13 +03:00
|
|
|
.include "archdirs.mk"
|
|
|
|
|
|
|
|
SUBDIR= dirshack .WAIT ${ARCHDIR_SUBDIR}
|
|
|
|
|
|
|
|
.endif
|
2008-10-26 10:38:27 +03:00
|
|
|
.endif
|
|
|
|
|
2012-08-17 20:22:27 +04:00
|
|
|
TARGETS+= build_install
|
|
|
|
|
2008-10-26 10:38:27 +03:00
|
|
|
.include <bsd.subdir.mk>
|