Use a relative path to bsd.kern.mk if the relative mk directory exists.
This commit is contained in:
parent
f0825df278
commit
0a114caebe
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user