1 # $NetBSD: Makefile,v 1.7 2003/12/04 09:59:07 mrg Exp $ 2 3 NOMAN= # defined 4 5 .include <bsd.own.mk> 6 7 HOSTPROGNAME= ${MACHINE_GNU_PLATFORM}-mdsetimage 8 HOST_SRCDIR= gnu/usr.sbin/mdsetimage 9 10 TOOLCHAINOBJ!= cd ${.CURDIR}/../binutils && ${PRINTOBJDIR} 11 BFDDIR= ${TOOLCHAINOBJ}/build/bfd 12 IBERTYDIR= ${TOOLCHAINOBJ}/build/libiberty 13 14 .include "${.CURDIR}/../Makefile.host" 15