2012-08-17 20:22:27 +04:00
|
|
|
# $NetBSD: Makefile,v 1.6 2012/08/17 16:22:27 joerg Exp $
|
2008-10-26 10:38:27 +03:00
|
|
|
|
2009-12-13 12:27:13 +03:00
|
|
|
# Build multi-abi libaries
|
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>
|