CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/09 10:53:54
Modified files:
lib/libcrypto : Makefile
lib/libssl : Makefile
lib/libtls : Makefile
Log message:
The check_includes step is incorrect dependency management model for
how our tree gets built. If this was done in all the libraries (imagine
sys/dev), it would disrupt the development process hugely. So it should
not be done here either. use 'make includes' by hand instead.
