1 1.1 christos # $NetBSD: Makefile,v 1.1 2017/06/05 22:44:40 christos Exp $ 2 1.1 christos 3 1.1 christos NOMAN= # defined 4 1.1 christos 5 1.1 christos .include <bsd.own.mk> 6 1.1 christos 7 1.1 christos HOSTPROGNAME= ${_TOOL_PREFIX}dtc 8 1.1 christos HOST_SRCDIR= external/gpl2/dtc/usr.bin/dtc 9 1.1 christos 10 1.1 christos FDTOBJ!= cd ${.CURDIR}/../libfdt && ${PRINTOBJDIR} 11 1.1 christos LDADD+= -L${FDTOBJ} -lfdt 12 1.1 christos 13 1.1 christos .include "${.CURDIR}/../Makefile.nbincludes" 14 1.1 christos .include "${.CURDIR}/../Makefile.host" 15