summaryrefslogtreecommitdiff
path: root/tools/dbsym/Makefile
blob: 9337d7b3b9bb637733c9ce998024d9bbfad2e58f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.3 2001/12/13 03:44:37 lukem Exp $

NOMAN=	# defined

.include <bsd.own.mk>

HOSTPROGNAME=	${MACHINE_GNU_PLATFORM}-dbsym
HOST_SRCDIR=	gnu/usr.sbin/dbsym

TOOLCHAINOBJ!=	cd ${.CURDIR}/../toolchain && ${PRINTOBJDIR}
BFDDIR=		${TOOLCHAINOBJ}/build/bfd
IBERTYDIR=	${TOOLCHAINOBJ}/build/libiberty

.include "${.CURDIR}/../Makefile.host"