1 1.7 andvar # $NetBSD: Makefile,v 1.7 2022/05/29 10:47:39 andvar Exp $ 2 1.1 mrg 3 1.7 andvar # Build multi-abi libraries 4 1.1 mrg 5 1.1 mrg .include <bsd.own.mk> 6 1.1 mrg 7 1.5 mrg .if ${MKCOMPAT} != "no" 8 1.5 mrg .if !make(includes) 9 1.5 mrg 10 1.5 mrg .include "archdirs.mk" 11 1.5 mrg 12 1.5 mrg SUBDIR= dirshack .WAIT ${ARCHDIR_SUBDIR} 13 1.1 mrg 14 1.1 mrg .endif 15 1.1 mrg .endif 16 1.1 mrg 17 1.6 joerg TARGETS+= build_install 18 1.6 joerg 19 1.1 mrg .include <bsd.subdir.mk> 20