diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2023-08-22 21:48:40 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2023-08-22 21:48:40 +0000 |
| commit | 80e9ea426c5ee7b86c4c4c89d765aa0f7b17b1fc (patch) | |
| tree | 9f24252fb08b173594ba89d69dfba4e156b84aac /secure | |
| parent | 4101bcfa18c0f12a3294971f2f68f354d3e1d864 (diff) | |
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/lib/libcrypto/Makefile.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile.asm b/secure/lib/libcrypto/Makefile.asm index 65cc0322f3ca..1199dc830a50 100644 --- a/secure/lib/libcrypto/Makefile.asm +++ b/secure/lib/libcrypto/Makefile.asm @@ -1,7 +1,7 @@ # Use this to help generate the asm *.S files after an import. It is not # perfect by any means, but does what is needed. # Do a 'make -f Makefile.asm all' and it will generate *.S. Move them -# to the arch subdir, and correct any exposed paths and $ FreeBSD $ tags. +# to the arch subdir, and correct any exposed paths. .include "Makefile.inc" |
