]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use SRC+= rather than SRC=
authorimp <imp@FreeBSD.org>
Fri, 3 May 2019 21:13:09 +0000 (21:13 +0000)
committerimp <imp@FreeBSD.org>
Fri, 3 May 2019 21:13:09 +0000 (21:13 +0000)
commitc798c01df0c733705b80f1f38983b419dd5270d7
tree0fa2aa4ff364263576d998c2cac9064881e4e0ce
parent8f238a64e107ac8fe0434873802668446d4ae5f1
Use SRC+= rather than SRC=

To allow boot1/Makefile to be included, use SRC+= rathern than SRC=
so the including Makefile can add additional sources to the build.
stand/efi/boot1/Makefile