11.4Schristos# $NetBSD: Makefile,v 1.4 2021/09/18 01:47:11 christos Exp $ 21.1Sjoerg 31.1Sjoerg.include <bsd.hostinit.mk> 41.1Sjoerg 51.1Sjoerg# 61.1Sjoerg# Do *not* set HOSTPROG or HOSTLIB at this point otherwise 71.1Sjoerg# it will create a loop trying to extract the object directory. 81.1Sjoerg# 91.1Sjoerg.include "Makefile.inc" 101.1Sjoerg 111.2SjoergCONFIGURE_ARGS+= --enable-threads=no --disable-nls 121.3Slukem.if ${MAKEVERBOSE} == 0 131.3SlukemCONFIGURE_ARGS+= --silent 141.3Slukem.endif 151.1Sjoerg 161.1Sjoergconfig.status: ${XZSRCDIR}/configure 171.1Sjoerg ${HOST_SH} ${XZSRCDIR}/configure ${CONFIGURE_ARGS} \ 181.4Schristos CC=${HOST_CC:Q} CPPFLAGS=${HOST_CPPFLAGS:Q} 191.1Sjoerg 201.1SjoergCLEANFILES+= config.log config.status config.h libtool stamp-h1 211.1Sjoerg 221.1Sjoergrealdepends realall: config.status 231.1Sjoerg 241.1Sjoerg.include <bsd.hostprog.mk> 25