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/userboot | |
| parent | 031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff) | |
Diffstat (limited to 'stand/userboot')
| -rw-r--r-- | stand/userboot/Makefile | 1 | ||||
| -rw-r--r-- | stand/userboot/Makefile.inc | 1 | ||||
| -rw-r--r-- | stand/userboot/test/Makefile | 1 | ||||
| -rw-r--r-- | stand/userboot/test/Makefile.depend | 1 | ||||
| -rw-r--r-- | stand/userboot/userboot/Makefile | 1 | ||||
| -rw-r--r-- | stand/userboot/userboot/Makefile.depend | 1 | ||||
| -rw-r--r-- | stand/userboot/userboot_4th/Makefile | 1 | ||||
| -rw-r--r-- | stand/userboot/userboot_lua/Makefile | 1 |
8 files changed, 0 insertions, 8 deletions
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 |
