From 1693c596cf67635d3388213259e416f38be4cd0e Mon Sep 17 00:00:00 2001 From: wollman Date: Fri, 5 Jan 1996 18:30:10 +0000 Subject: [PATCH] Delete a couple of unnecessary dependencies on Makefile. --- sys/conf/Makefile.i386 | 6 +++--- sys/conf/Makefile.powerpc | 6 +++--- sys/i386/conf/Makefile.i386 | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 87ac8e4cfba0..49ea3b204046 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -1,6 +1,6 @@ # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.71 1995/12/16 01:57:17 bde Exp $ +# $Id: Makefile.i386,v 1.72 1995/12/26 13:57:55 bde Exp $ # # Makefile for FreeBSD # @@ -114,8 +114,8 @@ machdep.o: Makefile # the following is necessary because autoconf.o depends on #if GENERIC autoconf.o: Makefile -# depend on network configuration -af.o uipc_proto.o locore.o: Makefile +# XXX - may no longer be needed +locore.o: Makefile # depends on KDB (cons.o also depends on GENERIC) trap.o cons.o: Makefile diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 87ac8e4cfba0..49ea3b204046 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -1,6 +1,6 @@ # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.71 1995/12/16 01:57:17 bde Exp $ +# $Id: Makefile.i386,v 1.72 1995/12/26 13:57:55 bde Exp $ # # Makefile for FreeBSD # @@ -114,8 +114,8 @@ machdep.o: Makefile # the following is necessary because autoconf.o depends on #if GENERIC autoconf.o: Makefile -# depend on network configuration -af.o uipc_proto.o locore.o: Makefile +# XXX - may no longer be needed +locore.o: Makefile # depends on KDB (cons.o also depends on GENERIC) trap.o cons.o: Makefile diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386 index 87ac8e4cfba0..49ea3b204046 100644 --- a/sys/i386/conf/Makefile.i386 +++ b/sys/i386/conf/Makefile.i386 @@ -1,6 +1,6 @@ # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.71 1995/12/16 01:57:17 bde Exp $ +# $Id: Makefile.i386,v 1.72 1995/12/26 13:57:55 bde Exp $ # # Makefile for FreeBSD # @@ -114,8 +114,8 @@ machdep.o: Makefile # the following is necessary because autoconf.o depends on #if GENERIC autoconf.o: Makefile -# depend on network configuration -af.o uipc_proto.o locore.o: Makefile +# XXX - may no longer be needed +locore.o: Makefile # depends on KDB (cons.o also depends on GENERIC) trap.o cons.o: Makefile