Makefile revision 1.2
1#	$NetBSD: Makefile,v 1.2 2001/11/12 23:16:26 tv Exp $
2
3.include <bsd.own.mk>
4
5HOSTPROGNAME=	${MACHINE_GNU_PLATFORM}-dbsym
6HOST_SRCDIR=	gnu/usr.sbin/dbsym
7
8TOOLCHAINOBJ!=	cd ${.CURDIR}/../toolchain && ${PRINTOBJDIR}
9BFDDIR=		${TOOLCHAINOBJ}/build/bfd
10IBERTYDIR=	${TOOLCHAINOBJ}/build/libiberty
11
12.include "${.CURDIR}/../Makefile.host"
13