1 # $NetBSD: Makefile,v 1.6 2009/10/27 14:20:21 tsutsui Exp $ 2 3 NOMAN= # defined 4 5 .include <bsd.own.mk> 6 7 HOSTPROGNAME= ${MACHINE_GNU_PLATFORM}-dbsym 8 9 .if $(HAVE_BINUTILS) == "219" 10 HOST_SRCDIR= external/gpl3/binutils/usr.sbin/dbsym 11 .else 12 HOST_SRCDIR= gnu/usr.sbin/dbsym 13 .endif 14 15 TOOLCHAINOBJ!= cd ${.CURDIR}/../binutils && ${PRINTOBJDIR} 16 BFDDIR= ${TOOLCHAINOBJ}/build/bfd 17 IBERTYDIR= ${TOOLCHAINOBJ}/build/libiberty 18 19 .include "${.CURDIR}/../Makefile.host" 20