diff options
author | kato <kato@FreeBSD.org> | 1999-03-02 14:01:33 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1999-03-02 14:01:33 +0000 |
commit | bf5c62955550ea0b449a154d6506f4ee7f6f2d51 (patch) | |
tree | a6f1b7e928e6ccb9402bc5a28da0b05f1d38e646 /sys/pc98 | |
parent | 3df27cf0c7741db22f64fcabca72455cb29715d5 (diff) | |
download | FreeBSD-src-bf5c62955550ea0b449a154d6506f4ee7f6f2d51.zip FreeBSD-src-bf5c62955550ea0b449a154d6506f4ee7f6f2d51.tar.gz |
Sync with sys/i386/conf/Makefile.i386 revision 1.140.
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/conf/Makefile.pc98 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/conf/Makefile.pc98 b/sys/pc98/conf/Makefile.pc98 index d46464d..1d45e0d 100644 --- a/sys/pc98/conf/Makefile.pc98 +++ b/sys/pc98/conf/Makefile.pc98 @@ -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: |