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