aboutsummaryrefslogtreecommitdiff
path: root/stand/powerpc
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:55:03 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:55:03 +0000
commitd0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf (patch)
tree37ee9e3a9af3eec3e1baf2793da82358c404479b /stand/powerpc
parent031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff)
downloadsrc-d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf.tar.gz
src-d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf.zip
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Diffstat (limited to 'stand/powerpc')
-rw-r--r--stand/powerpc/Makefile1
-rw-r--r--stand/powerpc/Makefile.inc1
-rw-r--r--stand/powerpc/boot1.chrp/Makefile1
-rw-r--r--stand/powerpc/boot1.chrp/Makefile.hfs1
-rwxr-xr-xstand/powerpc/boot1.chrp/generate-hfs.sh2
-rw-r--r--stand/powerpc/ofw/Makefile1
6 files changed, 0 insertions, 7 deletions
diff --git a/stand/powerpc/Makefile b/stand/powerpc/Makefile
index d0c5830e4042..4ac319c6f9eb 100644
--- a/stand/powerpc/Makefile
+++ b/stand/powerpc/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
NO_OBJ=t
diff --git a/stand/powerpc/Makefile.inc b/stand/powerpc/Makefile.inc
index 265f86d1ed55..d3b5cbd3a79b 100644
--- a/stand/powerpc/Makefile.inc
+++ b/stand/powerpc/Makefile.inc
@@ -1,3 +1,2 @@
-# $FreeBSD$
.include "../Makefile.inc"
diff --git a/stand/powerpc/boot1.chrp/Makefile b/stand/powerpc/boot1.chrp/Makefile
index 928f30e7eabb..22a3f983affd 100644
--- a/stand/powerpc/boot1.chrp/Makefile
+++ b/stand/powerpc/boot1.chrp/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.include <bsd.init.mk>
diff --git a/stand/powerpc/boot1.chrp/Makefile.hfs b/stand/powerpc/boot1.chrp/Makefile.hfs
index c6c2d866f6bf..cd526de8ec7a 100644
--- a/stand/powerpc/boot1.chrp/Makefile.hfs
+++ b/stand/powerpc/boot1.chrp/Makefile.hfs
@@ -1,4 +1,3 @@
# This file autogenerated by generate-hfs.sh - DO NOT EDIT
-# $FreeBSD$
BOOTINFO_OFFSET=0x9c
BOOT1_OFFSET=0x1c
diff --git a/stand/powerpc/boot1.chrp/generate-hfs.sh b/stand/powerpc/boot1.chrp/generate-hfs.sh
index 4ecebfb305b9..c83306ed885d 100755
--- a/stand/powerpc/boot1.chrp/generate-hfs.sh
+++ b/stand/powerpc/boot1.chrp/generate-hfs.sh
@@ -10,8 +10,6 @@
# template (e.g. because the boot block or the CHRP script have grown),
# you must install it from ports.
-# $FreeBSD$
-
HFS_SIZE=1600 #Size in 512-byte blocks of the produced image
CHRPBOOT_SIZE=2k
diff --git a/stand/powerpc/ofw/Makefile b/stand/powerpc/ofw/Makefile
index 5912ceae93d5..2beb315a4d41 100644
--- a/stand/powerpc/ofw/Makefile
+++ b/stand/powerpc/ofw/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
LOADER_CD9660_SUPPORT?= yes
LOADER_EXT2FS_SUPPORT?= no