From 023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 21 Aug 2023 19:32:01 -0600 Subject: Remove $FreeBSD$: one-line sh pattern Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ Similar commit in main: (cherry picked from commit d0b2dbfa0ecf) --- usr.bin/column/Makefile | 1 - usr.bin/column/Makefile.depend | 1 - 2 files changed, 2 deletions(-) (limited to 'usr.bin/column') diff --git a/usr.bin/column/Makefile b/usr.bin/column/Makefile index 771723ef31f5..1c304e2b3927 100644 --- a/usr.bin/column/Makefile +++ b/usr.bin/column/Makefile @@ -1,5 +1,4 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ PROG= column diff --git a/usr.bin/column/Makefile.depend b/usr.bin/column/Makefile.depend index 6cfaab1c3644..84b8ddd67e34 100644 --- a/usr.bin/column/Makefile.depend +++ b/usr.bin/column/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ -- cgit v1.2.3