Document bsd.arch.inc.mk.

This commit is contained in:
imp 2015-08-21 16:05:56 +00:00
parent 5b319fbe38
commit 8dd571eb61

View File

@ -16,6 +16,7 @@ can not/should not be used directly but are used by the other make include
files. In most cases it is only interesting to include bsd.prog.mk or files. In most cases it is only interesting to include bsd.prog.mk or
bsd.lib.mk. bsd.lib.mk.
bsd.arch.inc.mk - includes arch-specific Makefile.$arch
bsd.cpu.mk - sets CPU/arch-related variables bsd.cpu.mk - sets CPU/arch-related variables
bsd.dep.mk - handle Makefile dependencies bsd.dep.mk - handle Makefile dependencies
bsd.doc.mk - building troff system documents bsd.doc.mk - building troff system documents
@ -118,6 +119,13 @@ environment or otherwise. You probably don't want to touch this file.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
The include file <bsd.arch.inc.mk> includes other Makefiles for specific
architectures, if they exist. It will include the first of the following
files that it finds: Makefile.${MACHINE}, Makefile.${MACHINE_ARCH},
Makefile.${MACHINE_CPUARCH}
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
The include file <bsd.man.mk> handles installing manual pages and their The include file <bsd.man.mk> handles installing manual pages and their
links. links.