15 lines
352 B
Makefile
15 lines
352 B
Makefile
# $NetBSD: Makefile,v 1.5 2003/12/04 09:59:07 mrg Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
HOSTPROGNAME= ${MACHINE_GNU_PLATFORM}-dbsym
|
|
HOST_SRCDIR= gnu/usr.sbin/dbsym
|
|
|
|
TOOLCHAINOBJ!= cd ${.CURDIR}/../binutils && ${PRINTOBJDIR}
|
|
BFDDIR= ${TOOLCHAINOBJ}/build/bfd
|
|
IBERTYDIR= ${TOOLCHAINOBJ}/build/libiberty
|
|
|
|
.include "${.CURDIR}/../Makefile.host"
|