Sync with sys/i386/conf/Makefile.i386 revision 1.118.

This commit is contained in:
KATO Takenori 1998-08-28 12:48:38 +00:00
parent 722e860eb0
commit b5ecefd598
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38607
2 changed files with 10 additions and 2 deletions

View file

@ -3,7 +3,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
# $Id: Makefile.pc98,v 1.33 1998/06/25 10:49:49 kato Exp $
# $Id: Makefile.pc98,v 1.34 1998/07/12 14:30:54 kato Exp $
#
# Makefile for FreeBSD
#
@ -231,7 +231,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

@ -3,7 +3,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
# $Id: Makefile.pc98,v 1.33 1998/06/25 10:49:49 kato Exp $
# $Id: Makefile.pc98,v 1.34 1998/07/12 14:30:54 kato Exp $
#
# Makefile for FreeBSD
#
@ -231,7 +231,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