use HOSTPROG and include bsd.hostprog.mk for host tools.

This commit is contained in:
sakamoto 2002-04-08 16:03:17 +00:00
parent 9ee8792ae0
commit 0f46be36c0
2 changed files with 6 additions and 6 deletions

View File

@ -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 <bsd.prog.mk>
.include <bsd.hostprog.mk>

View File

@ -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 <bsd.prog.mk>
.include <bsd.hostprog.mk>