11.5Schristos# $NetBSD: Makefile,v 1.5 2018/05/01 19:59:46 christos Exp $ 21.1Schristos 31.5Schristos.include <bsd.hostinit.mk> 41.1Schristos 51.2SskrllLIBFDT_DIR= ${.CURDIR}/../../sys/external/bsd/libfdt/dist 61.2SskrllHOST_CPPFLAGS+= -I${LIBFDT_DIR} 71.2Sskrll 81.1SchristosHOSTPROGNAME= ${_TOOL_PREFIX}dtc 91.1SchristosHOST_SRCDIR= external/gpl2/dtc/usr.bin/dtc 101.1Schristos 111.1SchristosFDTOBJ!= cd ${.CURDIR}/../libfdt && ${PRINTOBJDIR} 121.1SchristosLDADD+= -L${FDTOBJ} -lfdt 131.1Schristos 141.1Schristos.include "${.CURDIR}/../Makefile.nbincludes" 151.1Schristos.include "${.CURDIR}/../Makefile.host" 16