1 1.4 mrg # $NetBSD: Makefile,v 1.4 2003/07/25 16:26:52 mrg Exp $ 2 1.3 lukem 3 1.3 lukem NOMAN= # defined 4 1.1 thorpej 5 1.2 tv .include <bsd.own.mk> 6 1.1 thorpej 7 1.2 tv HOSTPROGNAME= ${MACHINE_GNU_PLATFORM}-dbsym 8 1.1 thorpej HOST_SRCDIR= gnu/usr.sbin/dbsym 9 1.1 thorpej 10 1.4 mrg .if ${USE_TOOLS_TOOLCHAIN} != "yes" 11 1.4 mrg TOOLCHAINOBJ!= cd ${.CURDIR}/../binutils && ${PRINTOBJDIR} 12 1.4 mrg .else 13 1.2 tv TOOLCHAINOBJ!= cd ${.CURDIR}/../toolchain && ${PRINTOBJDIR} 14 1.4 mrg .endif 15 1.2 tv BFDDIR= ${TOOLCHAINOBJ}/build/bfd 16 1.2 tv IBERTYDIR= ${TOOLCHAINOBJ}/build/libiberty 17 1.1 thorpej 18 1.1 thorpej .include "${.CURDIR}/../Makefile.host" 19