Makefile revision 1.2
1# $NetBSD: Makefile,v 1.2 2018/09/25 11:41:35 joerg Exp $ 2 3.include <bsd.hostinit.mk> 4 5# 6# Do *not* set HOSTPROG or HOSTLIB at this point otherwise 7# it will create a loop trying to extract the object directory. 8# 9.include "Makefile.inc" 10 11CONFIGURE_ARGS+= --enable-threads=no --disable-nls 12 13config.status: ${XZSRCDIR}/configure 14 ${HOST_SH} ${XZSRCDIR}/configure ${CONFIGURE_ARGS} \ 15 CC=${HOST_CC:Q} 16 17CLEANFILES+= config.log config.status config.h libtool stamp-h1 18 19realdepends realall: config.status 20 21.include <bsd.hostprog.mk> 22