Use the bsd.kern.mk from the source tree rather than the installed one

if possible.
This commit is contained in:
Doug Rabson 1999-02-02 18:34:23 +00:00
parent f19a38101a
commit f422bef257
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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