svn commit: r289871 - head/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Sat Oct 24 05:00:22 UTC 2015


Author: bdrewery
Date: Sat Oct 24 05:00:20 2015
New Revision: 289871
URL: https://svnweb.freebsd.org/changeset/base/289871

Log:
  Sort properly.
  
  MFC after:	1 week
  X-MFC-With:	r289870

Modified:
  head/share/mk/bsd.README

Modified: head/share/mk/bsd.README
==============================================================================
--- head/share/mk/bsd.README	Sat Oct 24 04:55:17 2015	(r289870)
+++ head/share/mk/bsd.README	Sat Oct 24 05:00:20 2015	(r289871)
@@ -17,10 +17,10 @@ files.  In most cases it is only interes
 bsd.lib.mk.
 
 bsd.arch.inc.mk		- includes arch-specific Makefile.$arch
-bsd.crunchgen.mk	- building crunched binaries using crunchgen(1)
 bsd.compiler.mk		- defined based on current compiler
 bsd.confs.mk		- install of configuration files
 bsd.cpu.mk		- sets CPU/arch-related variables (included from sys.mk)
+bsd.crunchgen.mk	- building crunched binaries using crunchgen(1)
 bsd.dep.mk		- handle Makefile dependencies
 bsd.doc.mk		- building troff system documents
 bsd.endian.mk		- TARGET_ENDIAN=1234(little) or 4321 (big) for target


More information about the svn-src-all mailing list