2001-11-13 02:16:17 +03:00
|
|
|
# $NetBSD: Makefile,v 1.4 2001/11/12 23:16:30 tv Exp $
|
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
|
|
|
|
|
2001-11-13 02:16:17 +03:00
|
|
|
TOOLCHAINOBJ!= cd ${.CURDIR}/../toolchain && ${PRINTOBJDIR}
|
|
|
|
BFDDIR= ${TOOLCHAINOBJ}/build/bfd
|
|
|
|
IBERTYDIR= ${TOOLCHAINOBJ}/build/libiberty
|
2001-10-22 03:10:46 +04:00
|
|
|
|
|
|
|
.include "${.CURDIR}/../Makefile.host"
|