Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Aug 2023 21:49:05 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 80e9ea426c5e - main - Makefile.asm: Drop mention of $FreeBSD$ from instructions.
Message-ID:  <202308222149.37MLn5cF050356@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308222149.37MLn5cF050356>