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 /sys/arch/sgi | |
parent | 000f8235cfd99660432c665e2042006671fb7dd6 (diff) |
shorten preamble
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/conf/Makefile.sgi | 15 |
1 files changed, 3 insertions, 12 deletions
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 |