]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix -DNO_CLEAN amd64 build after r340463
authorarichardson <arichardson@FreeBSD.org>
Sun, 18 Nov 2018 19:55:03 +0000 (19:55 +0000)
committerarichardson <arichardson@FreeBSD.org>
Sun, 18 Nov 2018 19:55:03 +0000 (19:55 +0000)
commit984ac60315a3aabfbdc60a3554299bf12d3f7607
treee3fb7e57669e25f2c94e0bd5e5c288f876fe97a7
parentcd0f707c7377cae33a379a5f38ae95411b7748c5
Fix -DNO_CLEAN amd64 build after r340463

Without this change I got the following error:
clang-7: error: no such file or directory: '..../lib/libc/amd64/string/bzero.S'

Reviewed By: mjg
Differential Revision: https://reviews.freebsd.org/D18031
Makefile.inc1