diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
| commit | d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf (patch) | |
| tree | 37ee9e3a9af3eec3e1baf2793da82358c404479b /stand | |
| parent | 031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff) | |
Diffstat (limited to 'stand')
123 files changed, 0 insertions, 129 deletions
diff --git a/stand/Makefile b/stand/Makefile index 4d241c623d97..6d0d7a09672a 100644 --- a/stand/Makefile +++ b/stand/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> diff --git a/stand/Makefile.amd64 b/stand/Makefile.amd64 index 9ee3649071b2..82b3f0def223 100644 --- a/stand/Makefile.amd64 +++ b/stand/Makefile.amd64 @@ -1,4 +1,3 @@ -# $FreeBSD$ S.yes+= userboot S.yes+= i386 diff --git a/stand/Makefile.inc b/stand/Makefile.inc index aa7cfa14542f..13b3f2a1f418 100644 --- a/stand/Makefile.inc +++ b/stand/Makefile.inc @@ -1,4 +1,3 @@ -# $FreeBSD$ SUBDIR_PARALLEL= yes diff --git a/stand/arm64/Makefile b/stand/arm64/Makefile index d4c9667d6b13..c378e5b10dfe 100644 --- a/stand/arm64/Makefile +++ b/stand/arm64/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ NO_OBJ=t diff --git a/stand/common/Makefile.depend b/stand/common/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/stand/common/Makefile.depend +++ b/stand/common/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/common/merge_help.awk b/stand/common/merge_help.awk index 1070f73f1fe9..aab8383c4c71 100644 --- a/stand/common/merge_help.awk +++ b/stand/common/merge_help.awk @@ -1,6 +1,5 @@ #!/usr/bin/awk -f # -# $FreeBSD$ # # Merge two boot loader help files for FreeBSD 3.0 # Joe Abley <jabley@patho.gen.nz> diff --git a/stand/common/newvers.sh b/stand/common/newvers.sh index 1a3ceb91af17..610999bf7ace 100755 --- a/stand/common/newvers.sh +++ b/stand/common/newvers.sh @@ -1,6 +1,5 @@ #!/bin/sh - # -# $FreeBSD$ # $NetBSD: newvers.sh,v 1.1 1997/07/26 01:50:38 thorpej Exp $ # # Copyright (c) 1984, 1986, 1990, 1993 diff --git a/stand/defaults/Makefile b/stand/defaults/Makefile index 131034dd8322..ae382b9af694 100644 --- a/stand/defaults/Makefile +++ b/stand/defaults/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/defaults/loader.conf b/stand/defaults/loader.conf index 24a47e75c39a..3c7dab540c9c 100644 --- a/stand/defaults/loader.conf +++ b/stand/defaults/loader.conf @@ -6,7 +6,6 @@ # # All arguments must be in double quotes. # -# $FreeBSD$ ### Basic configuration options ############################ exec="echo Loading /boot/defaults/loader.conf" diff --git a/stand/defs.mk b/stand/defs.mk index e9c97f7720ab..e8480a8c2b1e 100644 --- a/stand/defs.mk +++ b/stand/defs.mk @@ -1,4 +1,3 @@ -# $FreeBSD$ .if !defined(__BOOT_DEFS_MK__) __BOOT_DEFS_MK__=${MFILE} diff --git a/stand/efi/Makefile b/stand/efi/Makefile index 94cb5bba5638..5177ea688ed1 100644 --- a/stand/efi/Makefile +++ b/stand/efi/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ NO_OBJ=t diff --git a/stand/efi/Makefile.inc b/stand/efi/Makefile.inc index 9077c7ddebf7..a27eb5d97484 100644 --- a/stand/efi/Makefile.inc +++ b/stand/efi/Makefile.inc @@ -1,4 +1,3 @@ -# $FreeBSD$ # Options used when building app-specific efi components # See conf/kern.mk for the correct set of these diff --git a/stand/efi/boot1/Makefile b/stand/efi/boot1/Makefile index 04c573137e92..e03b95d2276f 100644 --- a/stand/efi/boot1/Makefile +++ b/stand/efi/boot1/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/efi/boot1/Makefile.depend b/stand/efi/boot1/Makefile.depend index 995af7195891..9f7ade2e75eb 100644 --- a/stand/efi/boot1/Makefile.depend +++ b/stand/efi/boot1/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/efi/fdt/Makefile b/stand/efi/fdt/Makefile index 7f69ce1b3f11..518d7a75dc68 100644 --- a/stand/efi/fdt/Makefile +++ b/stand/efi/fdt/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/efi/fdt/Makefile.depend b/stand/efi/fdt/Makefile.depend index 18be76b0cb6f..15a1f9c07f7c 100644 --- a/stand/efi/fdt/Makefile.depend +++ b/stand/efi/fdt/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/efi/gptboot/Makefile b/stand/efi/gptboot/Makefile index 2dcf8dda8f59..82d4b3b8c464 100644 --- a/stand/efi/gptboot/Makefile +++ b/stand/efi/gptboot/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ # ZFS is not supported, we want debugging until this is vetted and # we don't want the gptboot.efifat thing created. diff --git a/stand/efi/libefi/Makefile b/stand/efi/libefi/Makefile index cf42e2b711f6..7bc0184e2062 100644 --- a/stand/efi/libefi/Makefile +++ b/stand/efi/libefi/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/efi/libefi/Makefile.depend b/stand/efi/libefi/Makefile.depend index 73bc18c8c0fc..18537add9fe3 100644 --- a/stand/efi/libefi/Makefile.depend +++ b/stand/efi/libefi/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/efi/loader/Makefile b/stand/efi/loader/Makefile index cf0800c5b28d..3ce9ac169bd1 100644 --- a/stand/efi/loader/Makefile +++ b/stand/efi/loader/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ LOADER_NET_SUPPORT?= yes LOADER_MSDOS_SUPPORT?= yes diff --git a/stand/efi/loader/Makefile.depend b/stand/efi/loader/Makefile.depend index 06e5b772c214..96a148bee2d7 100644 --- a/stand/efi/loader/Makefile.depend +++ b/stand/efi/loader/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/efi/loader/arch/amd64/Makefile.inc b/stand/efi/loader/arch/amd64/Makefile.inc index 0d9e2648cb59..00658b3b8636 100644 --- a/stand/efi/loader/arch/amd64/Makefile.inc +++ b/stand/efi/loader/arch/amd64/Makefile.inc @@ -1,4 +1,3 @@ -# $FreeBSD$ SRCS+= amd64_tramp.S \ start.S \ diff --git a/stand/efi/loader/arch/arm/Makefile.inc b/stand/efi/loader/arch/arm/Makefile.inc index 74e6616e991b..5761c8062117 100644 --- a/stand/efi/loader/arch/arm/Makefile.inc +++ b/stand/efi/loader/arch/arm/Makefile.inc @@ -1,4 +1,3 @@ -# $FreeBSD$ SRCS+= exec.c \ start.S diff --git a/stand/efi/loader/arch/arm64/Makefile.inc b/stand/efi/loader/arch/arm64/Makefile.inc index a71bcc2e1a1f..d19a23af0e9e 100644 --- a/stand/efi/loader/arch/arm64/Makefile.inc +++ b/stand/efi/loader/arch/arm64/Makefile.inc @@ -1,4 +1,3 @@ -# $FreeBSD$ HAVE_FDT=yes diff --git a/stand/efi/loader/arch/riscv/Makefile.inc b/stand/efi/loader/arch/riscv/Makefile.inc index 032c8a43bd51..c25f63c0b3b7 100644 --- a/stand/efi/loader/arch/riscv/Makefile.inc +++ b/stand/efi/loader/arch/riscv/Makefile.inc @@ -1,4 +1,3 @@ -# $FreeBSD$ HAVE_FDT=yes diff --git a/stand/efi/loader_4th/Makefile b/stand/efi/loader_4th/Makefile index a85fcdbb70b9..3ca078668437 100644 --- a/stand/efi/loader_4th/Makefile +++ b/stand/efi/loader_4th/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ LOADER_INTERP=4th INSTALL_LOADER_HELP_FILE=no diff --git a/stand/efi/loader_lua/Makefile b/stand/efi/loader_lua/Makefile index 3766588015ad..6866e742290a 100644 --- a/stand/efi/loader_lua/Makefile +++ b/stand/efi/loader_lua/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ LOADER_INTERP=lua INSTALL_LOADER_HELP_FILE=no diff --git a/stand/efi/loader_simp/Makefile b/stand/efi/loader_simp/Makefile index 0c27d5673941..ac873c1a3033 100644 --- a/stand/efi/loader_simp/Makefile +++ b/stand/efi/loader_simp/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ LOADER_INTERP=simp diff --git a/stand/fdt.mk b/stand/fdt.mk index 4d4794d980f2..56c9ff95b5ad 100644 --- a/stand/fdt.mk +++ b/stand/fdt.mk @@ -1,4 +1,3 @@ -# $FreeBSD$ .if ${MK_FDT} == "yes" CFLAGS+= -I${FDTSRC} diff --git a/stand/fdt/Makefile b/stand/fdt/Makefile index e0fd2dbb4e8d..b0090be108aa 100644 --- a/stand/fdt/Makefile +++ b/stand/fdt/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/fdt/Makefile.depend b/stand/fdt/Makefile.depend index 18be76b0cb6f..15a1f9c07f7c 100644 --- a/stand/fdt/Makefile.depend +++ b/stand/fdt/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/ficl.mk b/stand/ficl.mk index e9fa1eb84f4b..a2cfca9fc3bb 100644 --- a/stand/ficl.mk +++ b/stand/ficl.mk @@ -1,4 +1,3 @@ -# $FreeBSD$ # Common flags to build FICL related files diff --git a/stand/ficl/Makefile b/stand/ficl/Makefile index 0f70286ff7df..a9b384024667 100644 --- a/stand/ficl/Makefile +++ b/stand/ficl/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ # .include <bsd.init.mk> diff --git a/stand/ficl/Makefile.depend b/stand/ficl/Makefile.depend index 73bc18c8c0fc..18537add9fe3 100644 --- a/stand/ficl/Makefile.depend +++ b/stand/ficl/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/ficl/softwords/softcore.awk b/stand/ficl/softwords/softcore.awk index 5a97999a9823..4b736ad46734 100644 --- a/stand/ficl/softwords/softcore.awk +++ b/stand/ficl/softwords/softcore.awk @@ -10,7 +10,6 @@ # Note! This script uses strftime() which is a gawk-ism, and the # POSIX [[:space:]] character class. # -# $FreeBSD$ BEGIN \ { diff --git a/stand/ficl32/Makefile b/stand/ficl32/Makefile index 09499464ac89..c231b51cac8a 100644 --- a/stand/ficl32/Makefile +++ b/stand/ficl32/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ DO32=1 diff --git a/stand/ficl32/Makefile.depend b/stand/ficl32/Makefile.depend index 528877a1f067..393612bb1e79 100644 --- a/stand/ficl32/Makefile.depend +++ b/stand/ficl32/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/fonts/INDEX.fonts b/stand/fonts/INDEX.fonts index 44aa6a3c81cc..fc035c6b2e4e 100644 --- a/stand/fonts/INDEX.fonts +++ b/stand/fonts/INDEX.fonts @@ -1,5 +1,4 @@ # -# $FreeBSD$ # # database for vidfont(8) # diff --git a/stand/fonts/Makefile b/stand/fonts/Makefile index cf45c7ce5e30..88e7d0f91046 100644 --- a/stand/fonts/Makefile +++ b/stand/fonts/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/forth/Makefile b/stand/forth/Makefile index a21661d01934..0fcee14fcdf5 100644 --- a/stand/forth/Makefile +++ b/stand/forth/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/forth/Makefile.depend b/stand/forth/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/stand/forth/Makefile.depend +++ b/stand/forth/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/i386/Makefile b/stand/i386/Makefile index e1555388961a..e323a2cef9cd 100644 --- a/stand/i386/Makefile +++ b/stand/i386/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ NO_OBJ=t diff --git a/stand/i386/Makefile.inc b/stand/i386/Makefile.inc index 13d17b5b48dd..324c211420ae 100644 --- a/stand/i386/Makefile.inc +++ b/stand/i386/Makefile.inc @@ -1,6 +1,5 @@ # Common defines for all of stand/i386/ # -# $FreeBSD$ .include "bsd.linker.mk" diff --git a/stand/i386/boot0/Makefile b/stand/i386/boot0/Makefile index 83eee46dfd11..bfd566dfa45c 100644 --- a/stand/i386/boot0/Makefile +++ b/stand/i386/boot0/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PROG?= boot0 STRIP= diff --git a/stand/i386/boot0/Makefile.depend b/stand/i386/boot0/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/stand/i386/boot0/Makefile.depend +++ b/stand/i386/boot0/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/i386/boot0sio/Makefile b/stand/i386/boot0sio/Makefile index 1321dd330c4d..1725a11ec328 100644 --- a/stand/i386/boot0sio/Makefile +++ b/stand/i386/boot0sio/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .PATH: ${.CURDIR}/../boot0 diff --git a/stand/i386/boot0sio/Makefile.depend b/stand/i386/boot0sio/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/stand/i386/boot0sio/Makefile.depend +++ b/stand/i386/boot0sio/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/i386/boot2/Makefile b/stand/i386/boot2/Makefile index d5ad0f6bd12c..34d7c6e05627 100644 --- a/stand/i386/boot2/Makefile +++ b/stand/i386/boot2/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/i386/boot2/Makefile.depend b/stand/i386/boot2/Makefile.depend index bc9b1b7bddc9..177fb5979700 100644 --- a/stand/i386/boot2/Makefile.depend +++ b/stand/i386/boot2/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/i386/btx/Makefile b/stand/i386/btx/Makefile index 39f78ed639b9..8ab9e72c5488 100644 --- a/stand/i386/btx/Makefile +++ b/stand/i386/btx/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ SUBDIR= btx btxldr lib diff --git a/stand/i386/btx/Makefile.inc b/stand/i386/btx/Makefile.inc index 265f86d1ed55..d3b5cbd3a79b 100644 --- a/stand/i386/btx/Makefile.inc +++ b/stand/i386/btx/Makefile.inc @@ -1,3 +1,2 @@ -# $FreeBSD$ .include "../Makefile.inc" diff --git a/stand/i386/btx/btx/Makefile b/stand/i386/btx/btx/Makefile index ce74e4067c9a..29161f466c77 100644 --- a/stand/i386/btx/btx/Makefile +++ b/stand/i386/btx/btx/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/i386/btx/btx/Makefile.depend b/stand/i386/btx/btx/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/stand/i386/btx/btx/Makefile.depend +++ b/stand/i386/btx/btx/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/i386/btx/btxldr/Makefile b/stand/i386/btx/btxldr/Makefile index d494a5a83201..83eaf7d2beb7 100644 --- a/stand/i386/btx/btxldr/Makefile +++ b/stand/i386/btx/btxldr/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/i386/btx/btxldr/Makefile.depend b/stand/i386/btx/btxldr/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/stand/i386/btx/btxldr/Makefile.depend +++ b/stand/i386/btx/btxldr/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/i386/btx/lib/Makefile b/stand/i386/btx/lib/Makefile index a9e2e4350a55..11d8e05b7f66 100644 --- a/stand/i386/btx/lib/Makefile +++ b/stand/i386/btx/lib/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/i386/btx/lib/Makefile.depend b/stand/i386/btx/lib/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/stand/i386/btx/lib/Makefile.depend +++ b/stand/i386/btx/lib/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/i386/btx/lib/btxcsu.S b/stand/i386/btx/lib/btxcsu.S index c46f8097dbe3..8de4ffb43300 100644 --- a/stand/i386/btx/lib/btxcsu.S +++ b/stand/i386/btx/lib/btxcsu.S @@ -13,8 +13,6 @@ # purpose. # -# $FreeBSD$ - #include <bootargs.h> # diff --git a/stand/i386/btx/lib/btxsys.S b/stand/i386/btx/lib/btxsys.S index 9c77b4295e7c..fa1434d25aea 100644 --- a/stand/i386/btx/lib/btxsys.S +++ b/stand/i386/btx/lib/btxsys.S @@ -13,8 +13,6 @@ # purpose. # -# $FreeBSD$ - # # BTX system calls. # diff --git a/stand/i386/btx/lib/btxv86.S b/stand/i386/btx/lib/btxv86.S index 0d7d1116322d..718406aa96f2 100644 --- a/stand/i386/btx/lib/btxv86.S +++ b/stand/i386/btx/lib/btxv86.S @@ -13,8 +13,6 @@ # purpose. # -# $FreeBSD$ - # # BTX V86 interface. # diff --git a/stand/i386/cdboot/Makefile b/stand/i386/cdboot/Makefile index 0598d5d80dce..7923e258fb66 100644 --- a/stand/i386/cdboot/Makefile +++ b/stand/i386/cdboot/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/i386/cdboot/Makefile.depend b/stand/i386/cdboot/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/stand/i386/cdboot/Makefile.depend +++ b/stand/i386/cdboot/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/i386/cdboot/cdboot.S b/stand/i386/cdboot/cdboot.S index 951b07f209d3..dcac93a9805b 100644 --- a/stand/i386/cdboot/cdboot.S +++ b/stand/i386/cdboot/cdboot.S @@ -23,8 +23,6 @@ # SUCH DAMAGE. # -# $FreeBSD$ - # # This program is a freestanding boot program to load an a.out binary # from a CD-ROM booted with no emulation mode as described by the El diff --git a/stand/i386/gptboot/Makefile b/stand/i386/gptboot/Makefile index ee8f4797f3d6..f657f69625fb 100644 --- a/stand/i386/gptboot/Makefile +++ b/stand/i386/gptboot/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/i386/gptboot/Makefile.depend b/stand/i386/gptboot/Makefile.depend index 89aa3261d133..e7f0ac936f3a 100644 --- a/stand/i386/gptboot/Makefile.depend +++ b/stand/i386/gptboot/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/i386/gptzfsboot/Makefile b/stand/i386/gptzfsboot/Makefile index 09615c5f97c1..619a0a6e0cb4 100644 --- a/stand/i386/gptzfsboot/Makefile +++ b/stand/i386/gptzfsboot/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/i386/gptzfsboot/Makefile.depend b/stand/i386/gptzfsboot/Makefile.depend index ce86c7a5535c..ba3ad3a00d92 100644 --- a/stand/i386/gptzfsboot/Makefile.depend +++ b/stand/i386/gptzfsboot/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/i386/isoboot/Makefile b/stand/i386/isoboot/Makefile index 7732882b1e5c..7a909808e168 100644 --- a/stand/i386/isoboot/Makefile +++ b/stand/i386/isoboot/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/i386/libi386/Makefile b/stand/i386/libi386/Makefile index 2b2cfd82812e..24e30b2e944f 100644 --- a/stand/i386/libi386/Makefile +++ b/stand/i386/libi386/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/i386/libi386/Makefile.depend b/stand/i386/libi386/Makefile.depend index 73bc18c8c0fc..18537add9fe3 100644 --- a/stand/i386/libi386/Makefile.depend +++ b/stand/i386/libi386/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/i386/libi386/pxetramp.S b/stand/i386/libi386/pxetramp.S index dcf1441aeb24..8654e3cb9979 100644 --- a/stand/i386/libi386/pxetramp.S +++ b/stand/i386/libi386/pxetramp.S @@ -12,7 +12,6 @@ # warranties of merchantability and fitness for a particular # purpose. # -# $FreeBSD$ # ph33r this diff --git a/stand/i386/loader/Makefile b/stand/i386/loader/Makefile index 088629a70b7f..de96e1329b2f 100644 --- a/stand/i386/loader/Makefile +++ b/stand/i386/loader/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ HAVE_ZFS= ${MK_LOADER_ZFS} diff --git a/stand/i386/loader/Makefile.depend b/stand/i386/loader/Makefile.depend index 423e95ee365d..9262a05207b6 100644 --- a/stand/i386/loader/Makefile.depend +++ b/stand/i386/loader/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/i386/loader_4th/Makefile b/stand/i386/loader_4th/Makefile index a85fcdbb70b9..3ca078668437 100644 --- a/stand/i386/loader_4th/Makefile +++ b/stand/i386/loader_4th/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ LOADER_INTERP=4th INSTALL_LOADER_HELP_FILE=no diff --git a/stand/i386/loader_4th/Makefile.depend b/stand/i386/loader_4th/Makefile.depend index 8807f64e88d6..1d7ca65bf9ef 100644 --- a/stand/i386/loader_4th/Makefile.depend +++ b/stand/i386/loader_4th/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/i386/loader_lua/Makefile b/stand/i386/loader_lua/Makefile index 3766588015ad..6866e742290a 100644 --- a/stand/i386/loader_lua/Makefile +++ b/stand/i386/loader_lua/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ LOADER_INTERP=lua INSTALL_LOADER_HELP_FILE=no diff --git a/stand/i386/loader_simp/Makefile b/stand/i386/loader_simp/Makefile index 0c27d5673941..ac873c1a3033 100644 --- a/stand/i386/loader_simp/Makefile +++ b/stand/i386/loader_simp/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ LOADER_INTERP=simp diff --git a/stand/i386/mbr/Makefile b/stand/i386/mbr/Makefile index dca202cb815b..ce38590bf859 100644 --- a/stand/i386/mbr/Makefile +++ b/stand/i386/mbr/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PROG= mbr STRIP= diff --git a/stand/i386/mbr/Makefile.depend b/stand/i386/mbr/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/stand/i386/mbr/Makefile.depend +++ b/stand/i386/mbr/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/i386/mbr/mbr.S b/stand/i386/mbr/mbr.S index 3cfc20dd58e1..02843d84e6c2 100644 --- a/stand/i386/mbr/mbr.S +++ b/stand/i386/mbr/mbr.S @@ -13,8 +13,6 @@ # purpose. # -# $FreeBSD$ - # A 512 byte MBR boot manager that simply boots the active partition. .set LOAD,0x7c00 # Load address diff --git a/stand/i386/pmbr/Makefile b/stand/i386/pmbr/Makefile index e09bb610fc18..30a5e37b0e44 100644 --- a/stand/i386/pmbr/Makefile +++ b/stand/i386/pmbr/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PROG= pmbr STRIP= diff --git a/stand/i386/pmbr/Makefile.depend b/stand/i386/pmbr/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/stand/i386/pmbr/Makefile.depend +++ b/stand/i386/pmbr/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/i386/pmbr/pmbr.S b/stand/i386/pmbr/pmbr.S index c394835757af..c61acbe261bd 100644 --- a/stand/i386/pmbr/pmbr.S +++ b/stand/i386/pmbr/pmbr.S @@ -27,7 +27,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ # # Partly from: src/sys/boot/i386/mbr/mbr.s 1.7 diff --git a/stand/i386/pxeldr/Makefile b/stand/i386/pxeldr/Makefile index 790f5ed8f0e9..b2ecedd45940 100644 --- a/stand/i386/pxeldr/Makefile +++ b/stand/i386/pxeldr/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/i386/pxeldr/Makefile.depend b/stand/i386/pxeldr/Makefile.depend index 4f870797e486..c3043b1105df 100644 --- a/stand/i386/pxeldr/Makefile.depend +++ b/stand/i386/pxeldr/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/i386/zfsboot/Makefile b/stand/i386/zfsboot/Makefile index 243b5e99287c..0e4e8ee4dc16 100644 --- a/stand/i386/zfsboot/Makefile +++ b/stand/i386/zfsboot/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/i386/zfsboot/Makefile.depend b/stand/i386/zfsboot/Makefile.depend index 58b2754996b4..92ab022283fd 100644 --- a/stand/i386/zfsboot/Makefile.depend +++ b/stand/i386/zfsboot/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/images/Makefile b/stand/images/Makefile index 432b1daa851b..44d2faf36e5f 100644 --- a/stand/images/Makefile +++ b/stand/images/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/kboot/Makefile b/stand/kboot/Makefile index 922944707340..f5049a1c19c0 100644 --- a/stand/kboot/Makefile +++ b/stand/kboot/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ LOADER_DISK_SUPPORT?= yes LOADER_CD9660_SUPPORT?= yes diff --git a/stand/kshim/kshim.mk b/stand/kshim/kshim.mk index 7e9b00d562d8..3ce222945e87 100644 --- a/stand/kshim/kshim.mk +++ b/stand/kshim/kshim.mk @@ -1,5 +1,4 @@ # -# $FreeBSD$ # # Copyright (c) 2013 Hans Petter Selasky. # Copyright (c) 2014 SRI International diff --git a/stand/liblua/Makefile b/stand/liblua/Makefile index 385f1493bd38..b2f17811ff84 100644 --- a/stand/liblua/Makefile +++ b/stand/liblua/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/liblua32/Makefile b/stand/liblua32/Makefile index 4e09f1b05178..1093e454385b 100644 --- a/stand/liblua32/Makefile +++ b/stand/liblua32/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ DO32=1 diff --git a/stand/libofw/Makefile b/stand/libofw/Makefile index 0406224040e3..79d52023d633 100644 --- a/stand/libofw/Makefile +++ b/stand/libofw/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/libsa/Makefile b/stand/libsa/Makefile index f009b55e89ef..57340709873b 100644 --- a/stand/libsa/Makefile +++ b/stand/libsa/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ # Originally from $NetBSD: Makefile,v 1.21 1997/10/26 22:08:38 lukem Exp $ # # Notes: diff --git a/stand/libsa/Makefile.depend b/stand/libsa/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/stand/libsa/Makefile.depend +++ b/stand/libsa/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/libsa/geli/Makefile.inc b/stand/libsa/geli/Makefile.inc index c60cb37c59df..0d9fcb90bbd8 100644 --- a/stand/libsa/geli/Makefile.inc +++ b/stand/libsa/geli/Makefile.inc @@ -1,4 +1,3 @@ -# $FreeBSD$ # Extra stuff for GELI .PATH: ${SASRC}/geli diff --git a/stand/libsa/zfs/Makefile.inc b/stand/libsa/zfs/Makefile.inc index 8bf430a8e4bf..15ec82626b8d 100644 --- a/stand/libsa/zfs/Makefile.inc +++ b/stand/libsa/zfs/Makefile.inc @@ -1,4 +1,3 @@ -# $FreeBSD$ .PATH: ${ZFSSRC} .PATH: ${SYSDIR}/crypto/skein diff --git a/stand/libsa32/Makefile b/stand/libsa32/Makefile index eba6c00bd891..4c62c79e01f6 100644 --- a/stand/libsa32/Makefile +++ b/stand/libsa32/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ DO32=1 diff --git a/stand/libsa32/Makefile.depend b/stand/libsa32/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/stand/libsa32/Makefile.depend +++ b/stand/libsa32/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/loader.mk b/stand/loader.mk index 2048fec750e4..de717ce7b18b 100644 --- a/stand/loader.mk +++ b/stand/loader.mk @@ -1,4 +1,3 @@ -# $FreeBSD$ .PATH: ${LDRSRC} ${BOOTSRC}/libsa diff --git a/stand/lua.mk b/stand/lua.mk index 021ce73bd60f..6c7c832ba3a0 100644 --- a/stand/lua.mk +++ b/stand/lua.mk @@ -1,4 +1,3 @@ -# $FreeBSD$ # Common flags to build lua related files diff --git a/stand/lua/Makefile b/stand/lua/Makefile index bc7c294dfda0..6b1064dc1815 100644 --- a/stand/lua/Makefile +++ b/stand/lua/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/man/Makefile b/stand/man/Makefile index 27370624ff62..2f58c1ee617c 100644 --- a/stand/man/Makefile +++ b/stand/man/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/man/Makefile.depend b/stand/man/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/stand/man/Makefile.depend +++ b/stand/man/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ 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 diff --git a/stand/uboot/Makefile b/stand/uboot/Makefile index 5b8275a0131b..1cc4abe86d9b 100644 --- a/stand/uboot/Makefile +++ b/stand/uboot/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ LOADER_UFS_SUPPORT?= yes LOADER_CD9660_SUPPORT?= no diff --git a/stand/usb/Makefile b/stand/usb/Makefile index 63e60155314b..0a1c9e0022ee 100644 --- a/stand/usb/Makefile +++ b/stand/usb/Makefile @@ -1,5 +1,4 @@ # -# $FreeBSD$ # # Copyright (c) 2013 Hans Petter Selasky. # Copyright (c) 2014 SRI International diff --git a/stand/usb/test/Makefile b/stand/usb/test/Makefile index c82b5bac3823..74e501a39ae7 100644 --- a/stand/usb/test/Makefile +++ b/stand/usb/test/Makefile @@ -1,5 +1,4 @@ # -# $FreeBSD$ # # Copyright (c) 2013 Hans Petter Selasky. All rights reserved. # diff --git a/stand/usb/tools/Makefile b/stand/usb/tools/Makefile index 64cf28ca75e8..8b851e5788bc 100644 --- a/stand/usb/tools/Makefile +++ b/stand/usb/tools/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PROG= sysinit MAN= diff --git a/stand/usb/usbcore.mk b/stand/usb/usbcore.mk index ae80d06a24e7..13acd41fc174 100644 --- a/stand/usb/usbcore.mk +++ b/stand/usb/usbcore.mk @@ -1,5 +1,4 @@ # -# $FreeBSD$ # # Copyright (c) 2013-2020 Hans Petter Selasky. # Copyright (c) 2014 SRI International diff --git a/stand/userboot/Makefile b/stand/userboot/Makefile index dd2cbe3ad846..dd71908f8572 100644 --- a/stand/userboot/Makefile +++ b/stand/userboot/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/userboot/Makefile.inc b/stand/userboot/Makefile.inc index 265f86d1ed55..d3b5cbd3a79b 100644 --- a/stand/userboot/Makefile.inc +++ b/stand/userboot/Makefile.inc @@ -1,3 +1,2 @@ -# $FreeBSD$ .include "../Makefile.inc" diff --git a/stand/userboot/test/Makefile b/stand/userboot/test/Makefile index 7c88f264aef4..0ccec7e8f932 100644 --- a/stand/userboot/test/Makefile +++ b/stand/userboot/test/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <bsd.init.mk> diff --git a/stand/userboot/test/Makefile.depend b/stand/userboot/test/Makefile.depend index 8d409f5263ac..6ef78fac5cbf 100644 --- a/stand/userboot/test/Makefile.depend +++ b/stand/userboot/test/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/userboot/userboot/Makefile b/stand/userboot/userboot/Makefile index 986bfdccfdd6..d652f2b53968 100644 --- a/stand/userboot/userboot/Makefile +++ b/stand/userboot/userboot/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ LOADER_MSDOS_SUPPORT?= yes LOADER_UFS_SUPPORT?= yes diff --git a/stand/userboot/userboot/Makefile.depend b/stand/userboot/userboot/Makefile.depend index 52b0bbdaac9e..8ab1e451bb72 100644 --- a/stand/userboot/userboot/Makefile.depend +++ b/stand/userboot/userboot/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/stand/userboot/userboot_4th/Makefile b/stand/userboot/userboot_4th/Makefile index b4b4b895e29b..a1b91b4d075d 100644 --- a/stand/userboot/userboot_4th/Makefile +++ b/stand/userboot/userboot_4th/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ LOADER_INTERP=4th INSTALL_LOADER_HELP_FILE=no diff --git a/stand/userboot/userboot_lua/Makefile b/stand/userboot/userboot_lua/Makefile index d5b95c53641b..4027a9a15395 100644 --- a/stand/userboot/userboot_lua/Makefile +++ b/stand/userboot/userboot_lua/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ LOADER_INTERP=lua |
