From 0f46be36c00c51cd3df3dce232176d6f8d8e642b Mon Sep 17 00:00:00 2001 From: sakamoto Date: Mon, 8 Apr 2002 16:03:17 +0000 Subject: [PATCH] use HOSTPROG and include bsd.hostprog.mk for host tools. --- sys/arch/bebox/stand/elf2pef/Makefile | 6 +++--- sys/arch/bebox/stand/mkbootimage/Makefile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/arch/bebox/stand/elf2pef/Makefile b/sys/arch/bebox/stand/elf2pef/Makefile index 3fd723f6b1dd..96414b55aaaf 100644 --- a/sys/arch/bebox/stand/elf2pef/Makefile +++ b/sys/arch/bebox/stand/elf2pef/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2001/12/12 01:49:41 tv Exp $ +# $NetBSD: Makefile,v 1.3 2002/04/08 16:03:17 sakamoto Exp $ -PROG= elf2pef +HOSTPROG= elf2pef CPPFLAGS= -I${.CURDIR} NOMAN= # defined -.include +.include diff --git a/sys/arch/bebox/stand/mkbootimage/Makefile b/sys/arch/bebox/stand/mkbootimage/Makefile index bdb4126f1ad9..9a4b6b71d217 100644 --- a/sys/arch/bebox/stand/mkbootimage/Makefile +++ b/sys/arch/bebox/stand/mkbootimage/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2001/12/12 01:49:41 tv Exp $ +# $NetBSD: Makefile,v 1.3 2002/04/08 16:03:18 sakamoto Exp $ -PROG= mkbootimage +HOSTPROG= mkbootimage NOMAN= # defined -.include +.include