Home | History | Annotate | Line # | Download | only in dbsym
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 2001/12/13 03:44:37 lukem Exp $
      2 
      3 NOMAN=	# defined
      4 
      5 .include <bsd.own.mk>
      6 
      7 HOSTPROGNAME=	${MACHINE_GNU_PLATFORM}-dbsym
      8 HOST_SRCDIR=	gnu/usr.sbin/dbsym
      9 
     10 TOOLCHAINOBJ!=	cd ${.CURDIR}/../toolchain && ${PRINTOBJDIR}
     11 BFDDIR=		${TOOLCHAINOBJ}/build/bfd
     12 IBERTYDIR=	${TOOLCHAINOBJ}/build/libiberty
     13 
     14 .include "${.CURDIR}/../Makefile.host"
     15