diff options
Diffstat (limited to 'sys/arch/amd64/conf/Makefile.amd64')
-rw-r--r-- | sys/arch/amd64/conf/Makefile.amd64 | 15 |
1 files changed, 4 insertions, 11 deletions
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 |