From 031beb4e239bfce798af17f5fe8dba8bcaf13d99 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 16 Aug 2023 11:54:58 -0600 Subject: sys: Remove $FreeBSD$: one-line sh pattern Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ --- sys/crypto/rijndael/Makefile | 1 - sys/crypto/skein/amd64/skein_block_asm.S | 1 - 2 files changed, 2 deletions(-) (limited to 'sys/crypto') diff --git a/sys/crypto/rijndael/Makefile b/sys/crypto/rijndael/Makefile index e262b4d764b5..44d91532b47b 100644 --- a/sys/crypto/rijndael/Makefile +++ b/sys/crypto/rijndael/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PROG=test00 MAN= diff --git a/sys/crypto/skein/amd64/skein_block_asm.S b/sys/crypto/skein/amd64/skein_block_asm.S index 769d9c5a3e92..45ec5f4b3b63 100644 --- a/sys/crypto/skein/amd64/skein_block_asm.S +++ b/sys/crypto/skein/amd64/skein_block_asm.S @@ -6,7 +6,6 @@ # # This code is released to the public domain. #---------------------------------------------------------------- -# $FreeBSD$ # .text .altmacro -- cgit v1.3