These targets generate all the assembly files in sys/crypto/openssl.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| secure/lib/libcrypto/Makefile | ||
|---|---|---|
| 610 | should we stick this list in a variable to share it between the two targets? | |
| secure/lib/libcrypto/Makefile | ||
|---|---|---|
| 610 | Yeah, ASM_ARCHES maybe. Alternatively we could do some kind of funky replacement expression on ${.TARGET} to turn buildasm into all and cleanasm into clean. | |