1 1.5 christos # $NetBSD: Makefile,v 1.5 2018/05/01 19:59:46 christos Exp $ 2 1.1 christos 3 1.5 christos .include <bsd.hostinit.mk> 4 1.1 christos 5 1.2 skrll LIBFDT_DIR= ${.CURDIR}/../../sys/external/bsd/libfdt/dist 6 1.2 skrll HOST_CPPFLAGS+= -I${LIBFDT_DIR} 7 1.2 skrll 8 1.1 christos HOSTPROGNAME= ${_TOOL_PREFIX}dtc 9 1.1 christos HOST_SRCDIR= external/gpl2/dtc/usr.bin/dtc 10 1.1 christos 11 1.1 christos FDTOBJ!= cd ${.CURDIR}/../libfdt && ${PRINTOBJDIR} 12 1.1 christos LDADD+= -L${FDTOBJ} -lfdt 13 1.1 christos 14 1.1 christos .include "${.CURDIR}/../Makefile.nbincludes" 15 1.1 christos .include "${.CURDIR}/../Makefile.host" 16