mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Use the bsd.kern.mk from the source tree rather than the installed one
if possible.
This commit is contained in:
parent
f19a38101a
commit
f422bef257
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43540
@ -1,7 +1,7 @@
|
||||
# Makefile.alpha -- with config changes.
|
||||
# Copyright 1990 W. Jolitz
|
||||
# from: @(#)Makefile.alpha 7.1 5/10/91
|
||||
# $Id: Makefile.alpha,v 1.15 1998/12/17 22:36:21 dfr Exp $
|
||||
# $Id: Makefile.alpha,v 1.16 1999/01/09 21:50:59 jdp Exp $
|
||||
#
|
||||
# Makefile for FreeBSD
|
||||
#
|
||||
@ -282,7 +282,11 @@ vnode_if.c: $S/kern/vnode_if.sh $S/kern/vnode_if.src
|
||||
vnode_if.h: $S/kern/vnode_if.sh $S/kern/vnode_if.src
|
||||
sh $S/kern/vnode_if.sh $S/kern/vnode_if.src
|
||||
|
||||
.if exists($S/../share/mk)
|
||||
.include "$S/../share/mk/bsd.kern.mk"
|
||||
.else
|
||||
.include <bsd.kern.mk>
|
||||
.endif
|
||||
|
||||
%RULES
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Makefile.alpha -- with config changes.
|
||||
# Copyright 1990 W. Jolitz
|
||||
# from: @(#)Makefile.alpha 7.1 5/10/91
|
||||
# $Id: Makefile.alpha,v 1.15 1998/12/17 22:36:21 dfr Exp $
|
||||
# $Id: Makefile.alpha,v 1.16 1999/01/09 21:50:59 jdp Exp $
|
||||
#
|
||||
# Makefile for FreeBSD
|
||||
#
|
||||
@ -282,7 +282,11 @@ vnode_if.c: $S/kern/vnode_if.sh $S/kern/vnode_if.src
|
||||
vnode_if.h: $S/kern/vnode_if.sh $S/kern/vnode_if.src
|
||||
sh $S/kern/vnode_if.sh $S/kern/vnode_if.src
|
||||
|
||||
.if exists($S/../share/mk)
|
||||
.include "$S/../share/mk/bsd.kern.mk"
|
||||
.else
|
||||
.include <bsd.kern.mk>
|
||||
.endif
|
||||
|
||||
%RULES
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user