Move the machine-specific parts of the libcrypto Makefile to per-arch makefile
authormiod <miod@openbsd.org>
Thu, 17 Apr 2014 18:11:46 +0000 (18:11 +0000)
committermiod <miod@openbsd.org>
Thu, 17 Apr 2014 18:11:46 +0000 (18:11 +0000)
commit2a14f82bd7c8aea68651d7ecf59b8cda49260196
tree2c4dbd3a5876c702a02e0be48a3bd578d38c96d7
parentae7f143bab2f078a032f9dc4fad87f6ac0ba1346
Move the machine-specific parts of the libcrypto Makefile to per-arch makefile
fragments, to ease maintainance, and see through the fog of bugs.

"looks good" deraadt@
lib/libcrypto/arch/amd64/Makefile.inc [new file with mode: 0644]
lib/libcrypto/arch/i386/Makefile.inc [new file with mode: 0644]
lib/libcrypto/crypto/Makefile
lib/libcrypto/crypto/arch/amd64/Makefile.inc [new file with mode: 0644]
lib/libcrypto/crypto/arch/i386/Makefile.inc [new file with mode: 0644]