Use a relative path to bsd.kern.mk if the relative mk directory exists.

This commit is contained in:
bde 1998-08-24 06:42:26 +00:00
parent f0825df278
commit 0a114caebe
3 changed files with 15 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
# $Id: Makefile.i386,v 1.116 1998/07/12 09:52:43 bde Exp $
# $Id: Makefile.i386,v 1.117 1998/07/12 10:47:32 bde Exp $
#
# Makefile for FreeBSD
#
@ -227,7 +227,11 @@ vnode_if.c vnode_if.h: $S/kern/vnode_if.sh $S/kern/vnode_if.src
vnode_if.o:
${NORMAL_C}
.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.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
# $Id: Makefile.i386,v 1.116 1998/07/12 09:52:43 bde Exp $
# $Id: Makefile.i386,v 1.117 1998/07/12 10:47:32 bde Exp $
#
# Makefile for FreeBSD
#
@ -227,7 +227,11 @@ vnode_if.c vnode_if.h: $S/kern/vnode_if.sh $S/kern/vnode_if.src
vnode_if.o:
${NORMAL_C}
.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.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
# $Id: Makefile.i386,v 1.116 1998/07/12 09:52:43 bde Exp $
# $Id: Makefile.i386,v 1.117 1998/07/12 10:47:32 bde Exp $
#
# Makefile for FreeBSD
#
@ -227,7 +227,11 @@ vnode_if.c vnode_if.h: $S/kern/vnode_if.sh $S/kern/vnode_if.src
vnode_if.o:
${NORMAL_C}
.if exists($S/../share/mk)
.include "$S/../share/mk/bsd.kern.mk"
.else
.include <bsd.kern.mk>
.endif
%RULES