diff options
| author | thorpej <thorpej@NetBSD.org> | 2002-05-09 17:12:36 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2002-05-09 17:12:36 +0000 |
| commit | ecfc315cdeedb1c5de95e0b91c2f64319677060d (patch) | |
| tree | b5649620091d817dbc67f939141c3c9dcc2c2353 /gnu/usr.sbin | |
| parent | 44db3fb40286ad8b0982e771d7b103cbf9f5605a (diff) | |
Always build this if a HOSTPROG (MKBFD only affects native progs).
Diffstat (limited to 'gnu/usr.sbin')
| -rw-r--r-- | gnu/usr.sbin/dbsym/Makefile | 4 | ||||
| -rw-r--r-- | gnu/usr.sbin/mdsetimage/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.sbin/dbsym/Makefile b/gnu/usr.sbin/dbsym/Makefile index a6794c8c007..482eae0225a 100644 --- a/gnu/usr.sbin/dbsym/Makefile +++ b/gnu/usr.sbin/dbsym/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2002/01/29 10:20:30 tv Exp $ +# $NetBSD: Makefile,v 1.5 2002/05/09 17:12:36 thorpej Exp $ .include <bsd.own.mk> -.if defined(USE_NEW_TOOLCHAIN) && ${MKBFD} != "no" +.if defined(USE_NEW_TOOLCHAIN) && (defined(HOSTPROG) || ${MKBFD} != "no") TOP= ${.CURDIR}/../.. DIST= ${TOP}/dist/toolchain diff --git a/gnu/usr.sbin/mdsetimage/Makefile b/gnu/usr.sbin/mdsetimage/Makefile index 1a58596da56..9776e4eafb9 100644 --- a/gnu/usr.sbin/mdsetimage/Makefile +++ b/gnu/usr.sbin/mdsetimage/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2002/01/29 10:20:30 tv Exp $ +# $NetBSD: Makefile,v 1.9 2002/05/09 17:12:37 thorpej Exp $ .include <bsd.own.mk> -.if defined(USE_NEW_TOOLCHAIN) && ${MKBFD} != "no" +.if defined(USE_NEW_TOOLCHAIN) && (defined(HOSTPROG) || ${MKBFD} != "no") TOP= ${.CURDIR}/../.. DIST= ${TOP}/dist/toolchain |
