Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/atari/conf Remove dependency of vfs_conf.o, this fi...



details:   https://anonhg.NetBSD.org/src/rev/219eb17ab2b8
branches:  trunk
changeset: 472776:219eb17ab2b8
user:      leo <leo%NetBSD.org@localhost>
date:      Thu May 06 20:25:17 1999 +0000

description:
Remove dependency of vfs_conf.o, this file is no more. From Jonathan Stone.

diffstat:

 sys/arch/atari/conf/Makefile.atari |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d1308a63f91f -r 219eb17ab2b8 sys/arch/atari/conf/Makefile.atari
--- a/sys/arch/atari/conf/Makefile.atari        Thu May 06 19:28:20 1999 +0000
+++ b/sys/arch/atari/conf/Makefile.atari        Thu May 06 20:25:17 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.atari,v 1.51 1999/01/15 23:37:05 thorpej Exp $
+#      $NetBSD: Makefile.atari,v 1.52 1999/05/06 20:25:17 leo Exp $
 
 # Makefile for NetBSD
 #
@@ -191,7 +191,7 @@
 autoconf.o conf.o: Makefile
  
 # depend on network or filesystem configuration 
-uipc_proto.o vfs_conf.o: Makefile 
+uipc_proto.o: Makefile 
 
 # depend on maxusers
 machdep.o: Makefile



Home | Main Index | Thread Index | Old Index