1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

Add bsd.crunchgen.mk to bsd.README.

MFC after:	1 week
This commit is contained in:
Bryan Drewery 2015-10-24 04:55:17 +00:00
parent 8758abd5b3
commit ce3c9a36c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289870
2 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@ files. In most cases it is only interesting to include bsd.prog.mk or
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)

View File

@ -1,5 +1,7 @@
#################################################################
#
# Generate crunched binaries using crunchgen(1).
#
# General notes:
#
# A number of Make variables are used to generate the crunchgen config file.