Mention what 'common' is for

This commit is contained in:
sjg 2015-06-10 19:36:53 +00:00
parent 9eb4953043
commit c02c51e533

View File

@ -26,6 +26,8 @@
__<bsd.compiler.mk>__:
.if ${MACHINE} == "common"
# common is a pseudo machine for architecture independent
# generated files - thus there is no compiler.
COMPILER_TYPE= none
COMPILER_VERSION= 0
.elif !defined(COMPILER_TYPE) || !defined(COMPILER_VERSION)