From 80e9ea426c5ee7b86c4c4c89d765aa0f7b17b1fc Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 22 Aug 2023 14:48:40 -0700 Subject: [PATCH] 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"