diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-27 06:46:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-27 06:46:27 +0000 |
commit | 7e32eeaab109e135c198149e47b67e1d07f69691 (patch) | |
tree | 5dd3a25db76a70e096aa2445e914b4bbb444a95e | |
parent | 000f8235cfd99660432c665e2042006671fb7dd6 (diff) |
shorten preamble
27 files changed, 107 insertions, 298 deletions
diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha index 82774fc2bc3..0f9119dcd66 100644 --- a/sys/arch/alpha/conf/Makefile.alpha +++ b/sys/arch/alpha/conf/Makefile.alpha @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.alpha,v 1.55 2010/04/27 05:07:28 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/alpha/conf/``machineid'' -# after which you should do -# config machineid -# 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. +# $OpenBSD: Makefile.alpha,v 1.56 2010/04/27 06:46:25 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/amd64/conf/Makefile.amd64 b/sys/arch/amd64/conf/Makefile.amd64 index f100289d095..ce15041a75c 100644 --- a/sys/arch/amd64/conf/Makefile.amd64 +++ b/sys/arch/amd64/conf/Makefile.amd64 @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.amd64,v 1.30 2010/04/27 05:07:28 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/amd64/conf/``machineid'' -# after which you should do -# config machineid -# Machine generic makefile changes should be made in -# /sys/arch/amd64/conf/Makefile.amd64 -# after which config should be rerun for all machines of that type. +# $OpenBSD: Makefile.amd64,v 1.31 2010/04/27 06:46:25 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/armish/conf/Makefile.armish b/sys/arch/armish/conf/Makefile.armish index f19c19a4c7b..8b2a9a31445 100644 --- a/sys/arch/armish/conf/Makefile.armish +++ b/sys/arch/armish/conf/Makefile.armish @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.armish,v 1.20 2010/04/27 05:07:28 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/armish/conf/``machineid'' -# after which you should do -# config machineid -# Machine generic makefile changes should be made in -# /sys/arch/armish/conf/Makefile.armish -# after which config should be rerun for all machines of that type. +# $OpenBSD: Makefile.armish,v 1.21 2010/04/27 06:46:25 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/aviion/conf/Makefile.aviion b/sys/arch/aviion/conf/Makefile.aviion index f28732a503b..69e17a566dc 100644 --- a/sys/arch/aviion/conf/Makefile.aviion +++ b/sys/arch/aviion/conf/Makefile.aviion @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.aviion,v 1.18 2010/04/27 05:07:28 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/aviion/conf/``machineid'' -# after which you should do -# config machineid -# Machine generic makefile changes should be made in -# /sys/arch/aviion/conf/Makefile.aviion -# after which config should be rerun for all machines of that type. +# $OpenBSD: Makefile.aviion,v 1.19 2010/04/27 06:46:25 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/beagle/conf/Makefile.beagle b/sys/arch/beagle/conf/Makefile.beagle index ba02af0866b..313fb169b71 100644 --- a/sys/arch/beagle/conf/Makefile.beagle +++ b/sys/arch/beagle/conf/Makefile.beagle @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.beagle,v 1.15 2010/04/27 05:07:28 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/beagle/conf/``machineid'' -# after which you should do -# config machineid -# Machine generic makefile changes should be made in -# /sys/arch/beagle/conf/Makefile.beagle -# after which config should be rerun for all machines of that type. +# $OpenBSD: Makefile.beagle,v 1.16 2010/04/27 06:46:25 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/gumstix/conf/Makefile.gumstix b/sys/arch/gumstix/conf/Makefile.gumstix index c205032b04d..33cc6d855bf 100644 --- a/sys/arch/gumstix/conf/Makefile.gumstix +++ b/sys/arch/gumstix/conf/Makefile.gumstix @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.gumstix,v 1.13 2010/04/27 05:07:28 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/gumstix/conf/``machineid'' -# after which you should do -# config machineid -# Machine generic makefile changes should be made in -# /sys/arch/gumstix/conf/Makefile.gumstix -# after which config should be rerun for all machines of that type. +# $OpenBSD: Makefile.gumstix,v 1.14 2010/04/27 06:46:25 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/hp300/conf/Makefile.hp300 b/sys/arch/hp300/conf/Makefile.hp300 index dbd2014cbfc..3e355439b94 100644 --- a/sys/arch/hp300/conf/Makefile.hp300 +++ b/sys/arch/hp300/conf/Makefile.hp300 @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.hp300,v 1.55 2010/04/27 05:07:28 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/hp300/conf/``machineid'' -# after which you should do -# config machineid -# 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. +# $OpenBSD: Makefile.hp300,v 1.56 2010/04/27 06:46:25 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/hppa/conf/Makefile.hppa b/sys/arch/hppa/conf/Makefile.hppa index 8d964a33975..83cf7fd51cf 100644 --- a/sys/arch/hppa/conf/Makefile.hppa +++ b/sys/arch/hppa/conf/Makefile.hppa @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.hppa,v 1.45 2010/04/27 05:07:28 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/hppa/conf/``machineid'' -# after which you should do -# config machineid -# Machine generic makefile changes should be made in -# /sys/arch/hppa/conf/Makefile.hppa -# after which config should be rerun for all machines of that type. +# $OpenBSD: Makefile.hppa,v 1.46 2010/04/27 06:46:25 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/hppa64/conf/Makefile.hppa64 b/sys/arch/hppa64/conf/Makefile.hppa64 index 43201904ad2..51c1952111e 100644 --- a/sys/arch/hppa64/conf/Makefile.hppa64 +++ b/sys/arch/hppa64/conf/Makefile.hppa64 @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.hppa64,v 1.19 2010/04/27 05:07:28 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/hppa64/conf/``machineid'' -# after which you should do -# config machineid -# Machine generic makefile changes should be made in -# /sys/arch/hppa64/conf/Makefile.hppa64 -# after which config should be rerun for all machines of that type. +# $OpenBSD: Makefile.hppa64,v 1.20 2010/04/27 06:46:25 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386 index 2a82a0a181a..fc4a8b8ef43 100644 --- a/sys/arch/i386/conf/Makefile.i386 +++ b/sys/arch/i386/conf/Makefile.i386 @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.i386,v 1.62 2010/04/27 05:07:29 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/i386/conf/``machineid'' -# after which you should do -# config machineid -# 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. +# $OpenBSD: Makefile.i386,v 1.63 2010/04/27 06:46:26 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/landisk/conf/Makefile.landisk b/sys/arch/landisk/conf/Makefile.landisk index ff22359da3f..0e47967d083 100644 --- a/sys/arch/landisk/conf/Makefile.landisk +++ b/sys/arch/landisk/conf/Makefile.landisk @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.landisk,v 1.21 2010/04/27 05:08:30 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/landisk/conf/``machineid'' -# after which you should do -# config machineid -# Machine generic makefile changes should be made in -# /sys/arch/landisk/conf/Makefile.landisk -# after which config should be rerun for all machines of that type. +# $OpenBSD: Makefile.landisk,v 1.22 2010/04/27 06:46:26 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/loongson/conf/Makefile.loongson b/sys/arch/loongson/conf/Makefile.loongson index a30f5ca3bd8..0a256b9d3f2 100644 --- a/sys/arch/loongson/conf/Makefile.loongson +++ b/sys/arch/loongson/conf/Makefile.loongson @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.loongson,v 1.11 2010/04/27 05:07:29 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config ``machineid'' -# Most changes should be made in the machine description -# /sys/arch/loongson/conf/``machineid'' -# after which you should do -# config ``machineid'' -# Machine generic makefile changes should be made in -# /sys/arch/loongson/conf/Makefile.``machinetype'' -# after which config should be rerun for all machines of that type. +# $OpenBSD: Makefile.loongson,v 1.12 2010/04/27 06:46:26 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/luna88k/conf/Makefile.luna88k b/sys/arch/luna88k/conf/Makefile.luna88k index 14eb44e101f..7077bec6946 100644 --- a/sys/arch/luna88k/conf/Makefile.luna88k +++ b/sys/arch/luna88k/conf/Makefile.luna88k @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.luna88k,v 1.24 2010/04/27 05:07:29 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/luna88k/conf/``machineid'' -# after which you should do -# config machineid -# Machine generic makefile changes should be made in -# /sys/arch/luna88k/conf/Makefile.luna88k -# after which config should be rerun for all machines of that type. +# $OpenBSD: Makefile.luna88k,v 1.25 2010/04/27 06:46:26 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/mac68k/conf/Makefile.mac68k b/sys/arch/mac68k/conf/Makefile.mac68k index e83fa42f6b6..3fa06437bd6 100644 --- a/sys/arch/mac68k/conf/Makefile.mac68k +++ b/sys/arch/mac68k/conf/Makefile.mac68k @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.mac68k,v 1.52 2010/04/27 05:07:29 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/mac68k/conf/``machineid'' -# after which you should do -# config machineid -# 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. +# $OpenBSD: Makefile.mac68k,v 1.53 2010/04/27 06:46:26 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/macppc/conf/Makefile.macppc b/sys/arch/macppc/conf/Makefile.macppc index 14c4c9657c2..fcad7cbe8c0 100644 --- a/sys/arch/macppc/conf/Makefile.macppc +++ b/sys/arch/macppc/conf/Makefile.macppc @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.macppc,v 1.42 2010/04/27 05:08:30 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/macppc/conf/``machineid'' -# after which you should do -# config machineid -# 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. +# $OpenBSD: Makefile.macppc,v 1.43 2010/04/27 06:46:26 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/moko/conf/Makefile.moko b/sys/arch/moko/conf/Makefile.moko index 14e85020937..ace08f33cc0 100644 --- a/sys/arch/moko/conf/Makefile.moko +++ b/sys/arch/moko/conf/Makefile.moko @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.moko,v 1.13 2010/04/27 05:07:29 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/moko/conf/``machineid'' -# after which you should do -# config machineid -# Machine generic makefile changes should be made in -# /sys/arch/moko/conf/Makefile.moko -# after which config should be rerun for all machines of that type. +# $OpenBSD: Makefile.moko,v 1.14 2010/04/27 06:46:26 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/mvme68k/conf/Makefile.mvme68k b/sys/arch/mvme68k/conf/Makefile.mvme68k index ba9710b760d..a82c031728b 100644 --- a/sys/arch/mvme68k/conf/Makefile.mvme68k +++ b/sys/arch/mvme68k/conf/Makefile.mvme68k @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.mvme68k,v 1.44 2010/04/27 05:07:29 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/mvme68k/conf/``machineid'' -# after which you should do -# config machineid -# 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. +# $OpenBSD: Makefile.mvme68k,v 1.45 2010/04/27 06:46:26 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/mvme88k/conf/Makefile.mvme88k b/sys/arch/mvme88k/conf/Makefile.mvme88k index f84c7ad158c..372619bcab7 100644 --- a/sys/arch/mvme88k/conf/Makefile.mvme88k +++ b/sys/arch/mvme88k/conf/Makefile.mvme88k @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.mvme88k,v 1.55 2010/04/27 05:07:29 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/mvme88k/conf/``machineid'' -# after which you should do -# config machineid -# Machine generic makefile changes should be made in -# /sys/arch/mvme88k/conf/Makefile.mvme88k -# after which config should be rerun for all machines of that type. +# $OpenBSD: Makefile.mvme88k,v 1.56 2010/04/27 06:46:26 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/mvmeppc/conf/Makefile.mvmeppc b/sys/arch/mvmeppc/conf/Makefile.mvmeppc index 26fb388c0c5..ec5c824c34c 100644 --- a/sys/arch/mvmeppc/conf/Makefile.mvmeppc +++ b/sys/arch/mvmeppc/conf/Makefile.mvmeppc @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.mvmeppc,v 1.40 2010/04/27 05:08:30 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/powerpc/conf/``machineid'' -# after which you should do -# config machineid -# Machine generic makefile changes should be made in -# /sys/arch/powerpc/conf/Makefile.powerpc -# after which config should be rerun for all machines of that type. +# $OpenBSD: Makefile.mvmeppc,v 1.41 2010/04/27 06:46:26 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/palm/conf/Makefile.palm b/sys/arch/palm/conf/Makefile.palm index aeb610f63bc..97929ecaeb4 100644 --- a/sys/arch/palm/conf/Makefile.palm +++ b/sys/arch/palm/conf/Makefile.palm @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.palm,v 1.10 2010/04/27 05:07:29 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/palm/conf/``machineid'' -# after which you should do -# config machineid -# Machine generic makefile changes should be made in -# /sys/arch/palm/conf/Makefile.palm -# after which config should be rerun for all machines of that type. +# $OpenBSD: Makefile.palm,v 1.11 2010/04/27 06:46:26 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/sgi/conf/Makefile.sgi b/sys/arch/sgi/conf/Makefile.sgi index 18918176184..642e388772f 100644 --- a/sys/arch/sgi/conf/Makefile.sgi +++ b/sys/arch/sgi/conf/Makefile.sgi @@ -1,16 +1,7 @@ -# $OpenBSD: Makefile.sgi,v 1.34 2010/04/27 05:07:29 deraadt Exp $ +# $OpenBSD: Makefile.sgi,v 1.35 2010/04/27 06:46:26 deraadt Exp $ -# Makefile for OpenBSD -# -# This makefile is constructed from a machine description: -# config ``machineid'' -# Most changes should be made in the machine description -# /sys/arch/sgi/conf/``machineid'' -# after which you should do -# config ``machineid'' -# Machine generic makefile changes should be made in -# /sys/arch/sgi/conf/Makefile.``machinetype'' -# after which config should be rerun for all machines of that type. +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/socppc/conf/Makefile.socppc b/sys/arch/socppc/conf/Makefile.socppc index 338d2698e20..8719c871405 100644 --- a/sys/arch/socppc/conf/Makefile.socppc +++ b/sys/arch/socppc/conf/Makefile.socppc @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.socppc,v 1.14 2010/04/27 05:08:30 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/socppc/conf/``machineid'' -# after which you should do -# config machineid -# Machine generic makefile changes should be made in -# /sys/arch/socppc/conf/Makefile.socppc -# after which config should be rerun for all machines of that type. +# $OpenBSD: Makefile.socppc,v 1.15 2010/04/27 06:46:26 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/solbourne/conf/Makefile.solbourne b/sys/arch/solbourne/conf/Makefile.solbourne index bbc2061fc8d..44f06aad361 100644 --- a/sys/arch/solbourne/conf/Makefile.solbourne +++ b/sys/arch/solbourne/conf/Makefile.solbourne @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.solbourne,v 1.19 2010/04/27 05:07:29 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/solbourne/conf/``machineid'' -# after which you should do -# config machineid -# Machine generic makefile changes should be made in -# /sys/arch/solbourne/conf/Makefile.solbourne -# after which config should be rerun for all machines of that type. +# $OpenBSD: Makefile.solbourne,v 1.20 2010/04/27 06:46:26 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/sparc/conf/Makefile.sparc b/sys/arch/sparc/conf/Makefile.sparc index ff11a926a2e..700a73a6daf 100644 --- a/sys/arch/sparc/conf/Makefile.sparc +++ b/sys/arch/sparc/conf/Makefile.sparc @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.sparc,v 1.56 2010/04/27 05:07:29 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/sparc/conf/``machineid'' -# after which you should do -# config machineid -# 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. +# $OpenBSD: Makefile.sparc,v 1.57 2010/04/27 06:46:26 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/sparc64/conf/Makefile.sparc64 b/sys/arch/sparc64/conf/Makefile.sparc64 index be903d676ed..f38b3d7e04c 100644 --- a/sys/arch/sparc64/conf/Makefile.sparc64 +++ b/sys/arch/sparc64/conf/Makefile.sparc64 @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.sparc64,v 1.41 2010/04/27 05:07:29 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/zaurus/conf/``machineid'' -# after which you should do -# config machineid -# Machine generic makefile changes should be made in -# /sys/arch/zaurus/conf/Makefile.zaurus -# after which config should be rerun for all machines of that type. +# $OpenBSD: Makefile.sparc64,v 1.42 2010/04/27 06:46:26 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/vax/conf/Makefile.vax b/sys/arch/vax/conf/Makefile.vax index d0e01763863..b990a039d46 100644 --- a/sys/arch/vax/conf/Makefile.vax +++ b/sys/arch/vax/conf/Makefile.vax @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.vax,v 1.43 2010/04/27 05:07:29 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/vax/conf/``machineid'' -# after which you should do -# config machineid -# 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. +# $OpenBSD: Makefile.vax,v 1.44 2010/04/27 06:46:26 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING diff --git a/sys/arch/zaurus/conf/Makefile.zaurus b/sys/arch/zaurus/conf/Makefile.zaurus index c26a6eb2a0f..05645d5d65b 100644 --- a/sys/arch/zaurus/conf/Makefile.zaurus +++ b/sys/arch/zaurus/conf/Makefile.zaurus @@ -1,14 +1,7 @@ -# $OpenBSD: Makefile.zaurus,v 1.23 2010/04/27 05:07:29 deraadt Exp $ - -# This makefile is constructed from a machine description: -# config machineid -# Most changes should be made in the machine description -# /sys/arch/zaurus/conf/``machineid'' -# after which you should do -# config machineid -# Machine generic makefile changes should be made in -# /sys/arch/zaurus/conf/Makefile.zaurus -# after which config should be rerun for all machines of that type. +# $OpenBSD: Makefile.zaurus,v 1.24 2010/04/27 06:46:26 deraadt Exp $ + +# For instructions on building kernels consult the config(8) and options(4) +# manual pages. # # N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE # IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING |