diff options
| author | Mitchell Horne <mhorne@FreeBSD.org> | 2020-12-04 20:54:20 +0000 |
|---|---|---|
| committer | Mitchell Horne <mhorne@FreeBSD.org> | 2020-12-04 20:54:20 +0000 |
| commit | fd86ae6800383dabe050e22176783857895800e3 (patch) | |
| tree | fa0f64b4d2e9cf68b8c4065b60016fb4804a890b /sys/modules | |
| parent | 4ddfc27e14c338b0ca6e2b7cd4cb463763ade09f (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/ossl/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/modules/ossl/Makefile b/sys/modules/ossl/Makefile index 2a91e7f25dde6..064677bc9b235 100644 --- a/sys/modules/ossl/Makefile +++ b/sys/modules/ossl/Makefile @@ -16,11 +16,13 @@ SRCS= bus_if.h \ SRCS.amd64= \ sha1-x86_64.S \ sha256-x86_64.S \ - sha512-x86_64.S + sha512-x86_64.S \ + ossl_x86.c SRCS.i386= \ sha1-586.S \ sha256-586.S \ - sha512-586.S + sha512-586.S \ + ossl_x86.c .include <bsd.kmod.mk> |
