From cacec11253ba1419e865bf059a7667c442edd4b3 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Sun, 17 Dec 2000 15:52:39 +0000 Subject: [PATCH] delete obsolete comment --- sys/arch/alpha/conf/Makefile.alpha | 8 +------- sys/arch/amiga/conf/Makefile.amiga | 8 +------- sys/arch/amigappc/conf/Makefile.amigappc | 6 ------ sys/arch/arm26/conf/Makefile.arm26 | 8 +------- sys/arch/arm32/conf/Makefile.arm32 | 8 +------- sys/arch/atari/conf/Makefile.atari | 8 +------- sys/arch/bebox/conf/Makefile.bebox | 8 +------- sys/arch/dreamcast/conf/Makefile.dreamcast | 8 +------- sys/arch/evbsh3/conf/Makefile.evbsh3 | 8 +------- sys/arch/hp300/conf/Makefile.hp300 | 8 +------- sys/arch/hpcmips/conf/Makefile.hpcmips | 8 +------- sys/arch/i386/conf/Makefile.i386 | 8 +------- sys/arch/luna68k/conf/Makefile.luna68k | 8 +------- sys/arch/mac68k/conf/Makefile.mac68k | 8 +------- sys/arch/macppc/conf/Makefile.macppc | 10 ++-------- sys/arch/mips/conf/Makefile.mips | 8 +------- sys/arch/mmeye/conf/Makefile.mmeye | 8 +------- sys/arch/mvme68k/conf/Makefile.mvme68k | 8 +------- sys/arch/news68k/conf/Makefile.news68k | 8 +------- sys/arch/next68k/conf/Makefile.next68k | 8 +------- sys/arch/ofppc/conf/Makefile.ofppc | 10 ++-------- sys/arch/pc532/conf/Makefile.pc532 | 8 +------- sys/arch/prep/conf/Makefile.prep | 10 ++-------- sys/arch/sh3/conf/Makefile.sh3 | 8 +------- sys/arch/sh3/conf/Makefile.sh3.be | 8 +------- sys/arch/sh3/conf/Makefile.sh3.le | 8 +------- sys/arch/sparc/conf/Makefile.sparc | 8 +------- sys/arch/sparc64/conf/Makefile.sparc64 | 8 +------- sys/arch/sun3/conf/Makefile.sun3 | 8 +------- sys/arch/vax/conf/Makefile.vax | 8 +------- sys/arch/x68k/conf/Makefile.x68k | 8 +------- 31 files changed, 33 insertions(+), 219 deletions(-) diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha index cdfe8266f9ec..151ecddef3ee 100644 --- a/sys/arch/alpha/conf/Makefile.alpha +++ b/sys/arch/alpha/conf/Makefile.alpha @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.alpha,v 1.61 2000/12/07 17:32:33 jdolecek Exp $ +# $NetBSD: Makefile.alpha,v 1.62 2000/12/17 15:52:39 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/alpha/conf/Makefile.alpha # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/amiga/conf/Makefile.amiga b/sys/arch/amiga/conf/Makefile.amiga index 2a84c1e14255..6a9183b882a9 100644 --- a/sys/arch/amiga/conf/Makefile.amiga +++ b/sys/arch/amiga/conf/Makefile.amiga @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.amiga,v 1.89 2000/05/09 00:56:22 hubertf Exp $ +# $NetBSD: Makefile.amiga,v 1.90 2000/12/17 15:52:40 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/amiga/conf/Makefile.amiga # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/amigappc/conf/Makefile.amigappc b/sys/arch/amigappc/conf/Makefile.amigappc index aaa21337abca..031b8a857042 100644 --- a/sys/arch/amigappc/conf/Makefile.amigappc +++ b/sys/arch/amigappc/conf/Makefile.amigappc @@ -13,12 +13,6 @@ MACHINE=amigappc # Machine generic makefile changes should be made in # /sys/arch/amiga/conf/Makefile.amiga # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/arm26/conf/Makefile.arm26 b/sys/arch/arm26/conf/Makefile.arm26 index e59c5e315561..5d80a1612893 100644 --- a/sys/arch/arm26/conf/Makefile.arm26 +++ b/sys/arch/arm26/conf/Makefile.arm26 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.arm26,v 1.3 2000/09/18 18:33:33 bjh21 Exp $ +# $NetBSD: Makefile.arm26,v 1.4 2000/12/17 15:52:40 jdolecek Exp $ # Makefile for NetBSD/arm26 # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/arm26/conf/Makefile.arm26 # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/arm32/conf/Makefile.arm32 b/sys/arch/arm32/conf/Makefile.arm32 index a83c17db88e9..0b854bf4ba79 100644 --- a/sys/arch/arm32/conf/Makefile.arm32 +++ b/sys/arch/arm32/conf/Makefile.arm32 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.arm32,v 1.53 2000/05/09 00:56:22 hubertf Exp $ +# $NetBSD: Makefile.arm32,v 1.54 2000/12/17 15:52:40 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/arm32/conf/Makefile.arm32 # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/atari/conf/Makefile.atari b/sys/arch/atari/conf/Makefile.atari index 59e6683b8d98..bf27210d75f0 100644 --- a/sys/arch/atari/conf/Makefile.atari +++ b/sys/arch/atari/conf/Makefile.atari @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.atari,v 1.60 2000/05/09 00:56:23 hubertf Exp $ +# $NetBSD: Makefile.atari,v 1.61 2000/12/17 15:52:40 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/atari/conf/Makefile.atari # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/bebox/conf/Makefile.bebox b/sys/arch/bebox/conf/Makefile.bebox index 5598aa47aa10..1c7684830ea9 100644 --- a/sys/arch/bebox/conf/Makefile.bebox +++ b/sys/arch/bebox/conf/Makefile.bebox @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.bebox,v 1.19 2000/05/09 00:56:23 hubertf Exp $ +# $NetBSD: Makefile.bebox,v 1.20 2000/12/17 15:52:40 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/bebox/conf/Makefile.bebox # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas .include diff --git a/sys/arch/dreamcast/conf/Makefile.dreamcast b/sys/arch/dreamcast/conf/Makefile.dreamcast index 14f3c39e6b02..c4b605729aa6 100644 --- a/sys/arch/dreamcast/conf/Makefile.dreamcast +++ b/sys/arch/dreamcast/conf/Makefile.dreamcast @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.dreamcast,v 1.1 2000/12/11 18:19:12 marcus Exp $ +# $NetBSD: Makefile.dreamcast,v 1.2 2000/12/17 15:52:41 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/sh3/conf/Makefile.sh3 # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/evbsh3/conf/Makefile.evbsh3 b/sys/arch/evbsh3/conf/Makefile.evbsh3 index 04cb9cbcd3cd..5c2587607fd3 100644 --- a/sys/arch/evbsh3/conf/Makefile.evbsh3 +++ b/sys/arch/evbsh3/conf/Makefile.evbsh3 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.evbsh3,v 1.8 2000/07/31 20:57:47 msaitoh Exp $ +# $NetBSD: Makefile.evbsh3,v 1.9 2000/12/17 15:52:41 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/sh3/conf/Makefile.sh3 # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/hp300/conf/Makefile.hp300 b/sys/arch/hp300/conf/Makefile.hp300 index 1b788aecafc2..d866ef0bc6a5 100644 --- a/sys/arch/hp300/conf/Makefile.hp300 +++ b/sys/arch/hp300/conf/Makefile.hp300 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.hp300,v 1.76 2000/05/09 00:56:24 hubertf Exp $ +# $NetBSD: Makefile.hp300,v 1.77 2000/12/17 15:52:41 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/hp300/conf/Makefile.hp300 # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/hpcmips/conf/Makefile.hpcmips b/sys/arch/hpcmips/conf/Makefile.hpcmips index f734fcdf2aff..9b47ee78750b 100644 --- a/sys/arch/hpcmips/conf/Makefile.hpcmips +++ b/sys/arch/hpcmips/conf/Makefile.hpcmips @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.hpcmips,v 1.18 2000/05/21 02:50:11 soren Exp $ +# $NetBSD: Makefile.hpcmips,v 1.19 2000/12/17 15:52:41 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/hpcmips/conf/Makefile.hpcmips # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386 index 8fd8054e9e56..2ea8f2ec8993 100644 --- a/sys/arch/i386/conf/Makefile.i386 +++ b/sys/arch/i386/conf/Makefile.i386 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.i386,v 1.107 2000/09/07 06:39:36 thorpej Exp $ +# $NetBSD: Makefile.i386,v 1.108 2000/12/17 15:52:41 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/i386/conf/Makefile.i386 # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas .include diff --git a/sys/arch/luna68k/conf/Makefile.luna68k b/sys/arch/luna68k/conf/Makefile.luna68k index 3fa651a54323..2ba8294f6100 100644 --- a/sys/arch/luna68k/conf/Makefile.luna68k +++ b/sys/arch/luna68k/conf/Makefile.luna68k @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.luna68k,v 1.7 2000/05/09 00:56:24 hubertf Exp $ +# $NetBSD: Makefile.luna68k,v 1.8 2000/12/17 15:52:41 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/luna68k/conf/Makefile.luna68k # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/mac68k/conf/Makefile.mac68k b/sys/arch/mac68k/conf/Makefile.mac68k index becdc753f501..84101f559b42 100644 --- a/sys/arch/mac68k/conf/Makefile.mac68k +++ b/sys/arch/mac68k/conf/Makefile.mac68k @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.mac68k,v 1.76 2000/05/09 00:56:24 hubertf Exp $ +# $NetBSD: Makefile.mac68k,v 1.77 2000/12/17 15:52:42 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/mac68k/conf/Makefile.mac68k # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/macppc/conf/Makefile.macppc b/sys/arch/macppc/conf/Makefile.macppc index c027bec2926d..2966c87509d2 100644 --- a/sys/arch/macppc/conf/Makefile.macppc +++ b/sys/arch/macppc/conf/Makefile.macppc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.macppc,v 1.14 2000/05/09 00:56:25 hubertf Exp $ +# $NetBSD: Makefile.macppc,v 1.15 2000/12/17 15:52:42 jdolecek Exp $ # # Makefile for NetBSD # @@ -11,13 +11,7 @@ # Machine generic makefile changes should be made in # /sys/arch/macppc/conf/Makefile.macppc # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas -# + .SUFFIXES: .S .c .o # DEBUG is set to -g if debugging. diff --git a/sys/arch/mips/conf/Makefile.mips b/sys/arch/mips/conf/Makefile.mips index 110cf0c18ccb..e2b8de08ca9e 100644 --- a/sys/arch/mips/conf/Makefile.mips +++ b/sys/arch/mips/conf/Makefile.mips @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.mips,v 1.9 2000/12/09 20:42:06 matt Exp $ +# $NetBSD: Makefile.mips,v 1.10 2000/12/17 15:52:42 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/mips/conf/Makefile.mips # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/mmeye/conf/Makefile.mmeye b/sys/arch/mmeye/conf/Makefile.mmeye index 639956e48b3a..ea286b098164 100644 --- a/sys/arch/mmeye/conf/Makefile.mmeye +++ b/sys/arch/mmeye/conf/Makefile.mmeye @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.mmeye,v 1.8 2000/05/09 00:56:25 hubertf Exp $ +# $NetBSD: Makefile.mmeye,v 1.9 2000/12/17 15:52:42 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/mmeye/conf/Makefile.mmeye # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas .include diff --git a/sys/arch/mvme68k/conf/Makefile.mvme68k b/sys/arch/mvme68k/conf/Makefile.mvme68k index 0bbb686546b1..534368b4b4f0 100644 --- a/sys/arch/mvme68k/conf/Makefile.mvme68k +++ b/sys/arch/mvme68k/conf/Makefile.mvme68k @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.mvme68k,v 1.49 2000/11/20 19:35:28 scw Exp $ +# $NetBSD: Makefile.mvme68k,v 1.50 2000/12/17 15:52:42 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/mvme68k/conf/Makefile.mvme68k # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/news68k/conf/Makefile.news68k b/sys/arch/news68k/conf/Makefile.news68k index e5a7d5e36662..d52825464496 100644 --- a/sys/arch/news68k/conf/Makefile.news68k +++ b/sys/arch/news68k/conf/Makefile.news68k @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.news68k,v 1.7 2000/05/09 00:56:25 hubertf Exp $ +# $NetBSD: Makefile.news68k,v 1.8 2000/12/17 15:52:42 jdolecek Exp $ # # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/news68k/conf/Makefile.news68k # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/next68k/conf/Makefile.next68k b/sys/arch/next68k/conf/Makefile.next68k index 69587627424f..2cf8891ebbda 100644 --- a/sys/arch/next68k/conf/Makefile.next68k +++ b/sys/arch/next68k/conf/Makefile.next68k @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.next68k,v 1.16 2000/05/09 00:56:26 hubertf Exp $ +# $NetBSD: Makefile.next68k,v 1.17 2000/12/17 15:52:43 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/next68k/conf/Makefile.next68k # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/ofppc/conf/Makefile.ofppc b/sys/arch/ofppc/conf/Makefile.ofppc index 291d68de0860..4a935bc5e48e 100644 --- a/sys/arch/ofppc/conf/Makefile.ofppc +++ b/sys/arch/ofppc/conf/Makefile.ofppc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.ofppc,v 1.25 2000/05/09 00:56:26 hubertf Exp $ +# $NetBSD: Makefile.ofppc,v 1.26 2000/12/17 15:52:43 jdolecek Exp $ # # Makefile for NetBSD # @@ -11,13 +11,7 @@ # Machine generic makefile changes should be made in # /sys/arch/ofppc/conf/Makefile.ofppc # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas -# + .SUFFIXES: .S .c .o # DEBUG is set to -g if debugging. diff --git a/sys/arch/pc532/conf/Makefile.pc532 b/sys/arch/pc532/conf/Makefile.pc532 index 3225544a0c96..219d5c87d567 100644 --- a/sys/arch/pc532/conf/Makefile.pc532 +++ b/sys/arch/pc532/conf/Makefile.pc532 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.pc532,v 1.63 2000/07/18 12:45:49 matthias Exp $ +# $NetBSD: Makefile.pc532,v 1.64 2000/12/17 15:52:43 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/pc532/conf/Makefile.pc532 # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/prep/conf/Makefile.prep b/sys/arch/prep/conf/Makefile.prep index 7c66fb6426bd..bfb8cd22803a 100644 --- a/sys/arch/prep/conf/Makefile.prep +++ b/sys/arch/prep/conf/Makefile.prep @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.prep,v 1.3 2000/05/09 00:56:27 hubertf Exp $ +# $NetBSD: Makefile.prep,v 1.4 2000/12/17 15:52:43 jdolecek Exp $ # # Makefile for NetBSD # @@ -11,13 +11,7 @@ # Machine generic makefile changes should be made in # /sys/arch/prep/conf/Makefile.prep # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas -# + .SUFFIXES: .S .c .o # DEBUG is set to -g if debugging. diff --git a/sys/arch/sh3/conf/Makefile.sh3 b/sys/arch/sh3/conf/Makefile.sh3 index 4a77983a210d..9d7982c695eb 100644 --- a/sys/arch/sh3/conf/Makefile.sh3 +++ b/sys/arch/sh3/conf/Makefile.sh3 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.sh3,v 1.6 2000/05/09 00:56:27 hubertf Exp $ +# $NetBSD: Makefile.sh3,v 1.7 2000/12/17 15:52:43 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/sh3/conf/Makefile.sh3 # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas .include diff --git a/sys/arch/sh3/conf/Makefile.sh3.be b/sys/arch/sh3/conf/Makefile.sh3.be index 1db3749a7b57..4cde734a78dd 100644 --- a/sys/arch/sh3/conf/Makefile.sh3.be +++ b/sys/arch/sh3/conf/Makefile.sh3.be @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.sh3.be,v 1.5 2000/05/09 00:56:27 hubertf Exp $ +# $NetBSD: Makefile.sh3.be,v 1.6 2000/12/17 15:52:43 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/sh3/conf/Makefile.sh3 # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/sh3/conf/Makefile.sh3.le b/sys/arch/sh3/conf/Makefile.sh3.le index ee74388baec2..963bcdb4513b 100644 --- a/sys/arch/sh3/conf/Makefile.sh3.le +++ b/sys/arch/sh3/conf/Makefile.sh3.le @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.sh3.le,v 1.5 2000/05/09 00:56:27 hubertf Exp $ +# $NetBSD: Makefile.sh3.le,v 1.6 2000/12/17 15:52:43 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/sh3/conf/Makefile.sh3 # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/sparc/conf/Makefile.sparc b/sys/arch/sparc/conf/Makefile.sparc index e5cb139a6344..38fc41884ed9 100644 --- a/sys/arch/sparc/conf/Makefile.sparc +++ b/sys/arch/sparc/conf/Makefile.sparc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.sparc,v 1.69 2000/05/09 00:56:27 hubertf Exp $ +# $NetBSD: Makefile.sparc,v 1.70 2000/12/17 15:52:43 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/sparc/conf/Makefile.sparc # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas .include diff --git a/sys/arch/sparc64/conf/Makefile.sparc64 b/sys/arch/sparc64/conf/Makefile.sparc64 index dee103d09900..9b3ff366aabd 100644 --- a/sys/arch/sparc64/conf/Makefile.sparc64 +++ b/sys/arch/sparc64/conf/Makefile.sparc64 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.sparc64,v 1.32 2000/12/04 16:01:18 fvdl Exp $ +# $NetBSD: Makefile.sparc64,v 1.33 2000/12/17 15:52:43 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/sparc64/conf/Makefile.sparc64 # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/sun3/conf/Makefile.sun3 b/sys/arch/sun3/conf/Makefile.sun3 index d3aeacad8214..7b3febb8d6f1 100644 --- a/sys/arch/sun3/conf/Makefile.sun3 +++ b/sys/arch/sun3/conf/Makefile.sun3 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.sun3,v 1.83 2000/12/07 17:51:06 jdolecek Exp $ +# $NetBSD: Makefile.sun3,v 1.84 2000/12/17 15:52:44 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/sun3/conf/Makefile.sun3 # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/vax/conf/Makefile.vax b/sys/arch/vax/conf/Makefile.vax index 568acd416a35..4729465e76e8 100644 --- a/sys/arch/vax/conf/Makefile.vax +++ b/sys/arch/vax/conf/Makefile.vax @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.vax,v 1.55 2000/05/09 00:56:28 hubertf Exp $ +# $NetBSD: Makefile.vax,v 1.56 2000/12/17 15:52:44 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/vax/conf/Makefile.vax # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/x68k/conf/Makefile.x68k b/sys/arch/x68k/conf/Makefile.x68k index 9e546e4ba67f..e4684cb862cb 100644 --- a/sys/arch/x68k/conf/Makefile.x68k +++ b/sys/arch/x68k/conf/Makefile.x68k @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.x68k,v 1.47 2000/12/15 07:16:36 itohy Exp $ +# $NetBSD: Makefile.x68k,v 1.48 2000/12/17 15:52:44 jdolecek Exp $ # Makefile for NetBSD # @@ -11,12 +11,6 @@ # Machine generic makefile changes should be made in # /sys/arch/x68k/conf/Makefile.x68k # after which config should be rerun for all machines of that type. -# -# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE -# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING -# -# -DTRACE compile in kernel tracing hooks -# -DQUOTA compile in file system quotas .include