2003-12-04 12:59:07 +03:00
|
|
|
# $NetBSD: Makefile,v 1.7 2003/12/04 09:59:07 mrg Exp $
|
2001-12-13 06:44:37 +03:00
|
|
|
|
|
|
|
NOMAN= # defined
|
2001-10-22 03:10:46 +04:00
|
|
|
|
2001-11-13 02:16:17 +03:00
|
|
|
.include <bsd.own.mk>
|
2001-10-25 03:57:45 +04:00
|
|
|
|
2001-11-13 02:16:17 +03:00
|
|
|
HOSTPROGNAME= ${MACHINE_GNU_PLATFORM}-mdsetimage
|
2001-10-25 03:57:45 +04:00
|
|
|
HOST_SRCDIR= gnu/usr.sbin/mdsetimage
|
|
|
|
|
2003-07-25 20:26:51 +04:00
|
|
|
TOOLCHAINOBJ!= cd ${.CURDIR}/../binutils && ${PRINTOBJDIR}
|
2001-11-13 02:16:17 +03:00
|
|
|
BFDDIR= ${TOOLCHAINOBJ}/build/bfd
|
|
|
|
IBERTYDIR= ${TOOLCHAINOBJ}/build/libiberty
|
2001-10-22 03:10:46 +04:00
|
|
|
|
|
|
|
.include "${.CURDIR}/../Makefile.host"
|