Makefile revision 1.1
11.1Sjoerg# $NetBSD: Makefile,v 1.1 2018/09/25 05:42:08 joerg 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.1SjoergCONFIGURE_ARGS+= --enable-threads=no 121.1Sjoerg 131.1Sjoergconfig.status: ${XZSRCDIR}/configure 141.1Sjoerg ${HOST_SH} ${XZSRCDIR}/configure ${CONFIGURE_ARGS} \ 151.1Sjoerg CC=${HOST_CC:Q} 161.1Sjoerg 171.1SjoergCLEANFILES+= config.log config.status config.h libtool stamp-h1 181.1Sjoerg 191.1Sjoergrealdepends realall: config.status 201.1Sjoerg 211.1Sjoerg.include <bsd.hostprog.mk> 22