diff options
| author | christos <christos@NetBSD.org> | 2023-06-08 21:24:00 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2023-06-08 21:24:00 +0000 |
| commit | 258e364d6fe41485ed589de4b4660ce1de0ab943 (patch) | |
| tree | 026e0ce2e7114d89f36657ac8c8f52f9a8103199 /crypto | |
| parent | af0d58f18ab00975132a6412f5cda33d0e8eee79 (diff) | |
don't assume that the root directory of CVS is called src (Jan-Benedict Glaw)
Diffstat (limited to 'crypto')
| -rwxr-xr-x | crypto/external/bsd/openssl/lib/libcrypto/gen | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/external/bsd/openssl/lib/libcrypto/gen b/crypto/external/bsd/openssl/lib/libcrypto/gen index 850c9664bfe..acc5bc97a6c 100755 --- a/crypto/external/bsd/openssl/lib/libcrypto/gen +++ b/crypto/external/bsd/openssl/lib/libcrypto/gen @@ -3,9 +3,9 @@ awk ' /- join\(/ { printf(" * WARNING: do not edit!\n"); - i = index(FILENAME, "/src/crypto/external"); + i = index(FILENAME, "/crypto/external"); s = substr(FILENAME, i); - printf(" * Generated by Makefile from /usr%s\n", s); + printf(" * Generated by Makefile from /usr/src%s\n", s); next; } /use OpenSSL/ { |
