Pull in <bsd.sys.mk> as well, for the TOOL_ variables in the

USETOOLS=never case.
Found & fixed by Anders Hjalmarsson in PR misc/22283.
This commit is contained in:
lukem 2003-07-28 00:57:25 +00:00
parent 7a4d405e11
commit 24da731a9c
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.kinc.mk,v 1.27 2003/07/20 15:02:10 lukem Exp $
# $NetBSD: bsd.kinc.mk,v 1.28 2003/07/28 00:57:25 lukem Exp $
# Variables:
#
@ -79,3 +79,4 @@ incinstall::
##### Pull in related .mk logic
.include <bsd.subdir.mk>
.include <bsd.sys.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.obj.mk,v 1.42 2003/07/20 15:02:11 lukem Exp $
# $NetBSD: bsd.obj.mk,v 1.43 2003/07/28 00:57:25 lukem Exp $
.if !target(__initialized_obj__)
__initialized_obj__:
@ -100,4 +100,6 @@ obj:
print-objdir:
@echo ${.OBJDIR}
.include <bsd.sys.mk>
.endif