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

This commit is contained in:
kato 1999-03-02 14:01:33 +00:00
parent f0304d9f03
commit cb86ea82a8
2 changed files with 4 additions and 4 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.54 1999/01/27 08:25:19 kato Exp $
# $Id: Makefile.pc98,v 1.55 1999/02/14 13:56:15 des Exp $
#
# Makefile for FreeBSD
#
@ -121,7 +121,7 @@ SYSTEM_DEP+= $S/i386/conf/kernel.script
%CLEAN
.if !exists(.depend)
${SYSTEM_OBJS}: ${BEFORE_DEPEND:M*.h}
${SYSTEM_OBJS}: vnode_if.h ${BEFORE_DEPEND:M*.h}
.endif
clean:

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.54 1999/01/27 08:25:19 kato Exp $
# $Id: Makefile.pc98,v 1.55 1999/02/14 13:56:15 des Exp $
#
# Makefile for FreeBSD
#
@ -121,7 +121,7 @@ SYSTEM_DEP+= $S/i386/conf/kernel.script
%CLEAN
.if !exists(.depend)
${SYSTEM_OBJS}: ${BEFORE_DEPEND:M*.h}
${SYSTEM_OBJS}: vnode_if.h ${BEFORE_DEPEND:M*.h}
.endif
clean: