git: 80e9ea426c5e - main - Makefile.asm: Drop mention of $FreeBSD$ from instructions.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Aug 2023 21:49:05 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=80e9ea426c5ee7b86c4c4c89d765aa0f7b17b1fc commit 80e9ea426c5ee7b86c4c4c89d765aa0f7b17b1fc Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2023-08-22 21:48:40 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2023-08-22 21:48:40 +0000 Makefile.asm: Drop mention of $FreeBSD$ from instructions. --- secure/lib/libcrypto/Makefile.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"