aboutsummaryrefslogtreecommitdiff
path: root/targets/pseudo
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2024-07-15 04:46:32 +0000
committerWarner Losh <imp@FreeBSD.org>2024-07-15 22:43:39 +0000
commite9ac41698b2f322d55ccf9da50a3596edb2c1800 (patch)
tree557c8263fcf6f394c855ef4458f6fe531563199e /targets/pseudo
parentb3877767883e9b26fbcce47c015ba3eab323bf1b (diff)
Diffstat (limited to 'targets/pseudo')
-rw-r--r--targets/pseudo/Makefile.inc1
-rw-r--r--targets/pseudo/bootstrap-tools/Makefile1
-rw-r--r--targets/pseudo/bootstrap-tools/Makefile.depend.host1
-rw-r--r--targets/pseudo/clang/Makefile1
-rw-r--r--targets/pseudo/clang/Makefile.depend1
-rw-r--r--targets/pseudo/gcc/Makefile1
-rw-r--r--targets/pseudo/gcc/Makefile.depend1
-rw-r--r--targets/pseudo/hosttools/Makefile1
-rw-r--r--targets/pseudo/hosttools/Makefile.depend.host1
-rw-r--r--targets/pseudo/kernel/Makefile1
-rw-r--r--targets/pseudo/kernel/Makefile.depend1
-rw-r--r--targets/pseudo/stage/Makefile1
-rw-r--r--targets/pseudo/tests/Makefile1
-rw-r--r--targets/pseudo/tests/Makefile.depend1
-rw-r--r--targets/pseudo/the-lot/Makefile1
-rw-r--r--targets/pseudo/the-lot/Makefile.depend1
-rw-r--r--targets/pseudo/toolchain/Makefile1
-rw-r--r--targets/pseudo/toolchain/Makefile.depend1
-rw-r--r--targets/pseudo/universe/Makefile1
-rw-r--r--targets/pseudo/universe/Makefile.depend1
-rw-r--r--targets/pseudo/userland/Makefile1
-rw-r--r--targets/pseudo/userland/Makefile.depend1
-rw-r--r--targets/pseudo/userland/Makefile.inc1
-rw-r--r--targets/pseudo/userland/cddl/Makefile1
-rw-r--r--targets/pseudo/userland/cddl/Makefile.depend1
-rw-r--r--targets/pseudo/userland/games/Makefile1
-rw-r--r--targets/pseudo/userland/games/Makefile.depend1
-rw-r--r--targets/pseudo/userland/gnu/Makefile1
-rw-r--r--targets/pseudo/userland/gnu/Makefile.depend1
-rw-r--r--targets/pseudo/userland/include/Makefile1
-rw-r--r--targets/pseudo/userland/include/Makefile.depend1
-rw-r--r--targets/pseudo/userland/kerberos5/Makefile1
-rw-r--r--targets/pseudo/userland/kerberos5/Makefile.depend1
-rw-r--r--targets/pseudo/userland/lib/Makefile1
-rw-r--r--targets/pseudo/userland/lib/Makefile.depend1
-rw-r--r--targets/pseudo/userland/libexec/Makefile1
-rw-r--r--targets/pseudo/userland/libexec/Makefile.depend1
-rw-r--r--targets/pseudo/userland/misc/Makefile1
-rw-r--r--targets/pseudo/userland/misc/Makefile.depend1
-rw-r--r--targets/pseudo/userland/secure/Makefile1
-rw-r--r--targets/pseudo/userland/secure/Makefile.depend1
-rw-r--r--targets/pseudo/userland/share/Makefile1
-rw-r--r--targets/pseudo/userland/share/Makefile.depend1
43 files changed, 0 insertions, 43 deletions
diff --git a/targets/pseudo/Makefile.inc b/targets/pseudo/Makefile.inc
index 5173461eae71..dbe8b961ea8d 100644
--- a/targets/pseudo/Makefile.inc
+++ b/targets/pseudo/Makefile.inc
@@ -1,4 +1,3 @@
-
# we don't do anything in these dirs
# they are just for triggering building of other things
diff --git a/targets/pseudo/bootstrap-tools/Makefile b/targets/pseudo/bootstrap-tools/Makefile
index 4c6bd8bc275f..f3ed985e14b9 100644
--- a/targets/pseudo/bootstrap-tools/Makefile
+++ b/targets/pseudo/bootstrap-tools/Makefile
@@ -1,4 +1,3 @@
-
# building clang is particularly tedious - so avoid re-inventing wheels
all: bootstrap-toolchain
diff --git a/targets/pseudo/bootstrap-tools/Makefile.depend.host b/targets/pseudo/bootstrap-tools/Makefile.depend.host
index d3ddeb5c1b80..d22118bdfad8 100644
--- a/targets/pseudo/bootstrap-tools/Makefile.depend.host
+++ b/targets/pseudo/bootstrap-tools/Makefile.depend.host
@@ -1,4 +1,3 @@
-
# This file is not autogenerated - take care!
DIRDEPS =
diff --git a/targets/pseudo/clang/Makefile b/targets/pseudo/clang/Makefile
index d3b5cbd3a79b..01b5f23410c8 100644
--- a/targets/pseudo/clang/Makefile
+++ b/targets/pseudo/clang/Makefile
@@ -1,2 +1 @@
-
.include "../Makefile.inc"
diff --git a/targets/pseudo/clang/Makefile.depend b/targets/pseudo/clang/Makefile.depend
index 7b094a258fa0..98fd61e7b38e 100644
--- a/targets/pseudo/clang/Makefile.depend
+++ b/targets/pseudo/clang/Makefile.depend
@@ -1,4 +1,3 @@
-
# This file is not autogenerated - take care!
.include <src.opts.mk>
diff --git a/targets/pseudo/gcc/Makefile b/targets/pseudo/gcc/Makefile
index d3b5cbd3a79b..01b5f23410c8 100644
--- a/targets/pseudo/gcc/Makefile
+++ b/targets/pseudo/gcc/Makefile
@@ -1,2 +1 @@
-
.include "../Makefile.inc"
diff --git a/targets/pseudo/gcc/Makefile.depend b/targets/pseudo/gcc/Makefile.depend
index 19e6d638291f..a381e9bd2ab8 100644
--- a/targets/pseudo/gcc/Makefile.depend
+++ b/targets/pseudo/gcc/Makefile.depend
@@ -1,4 +1,3 @@
-
# This file is not autogenerated - take care!
DIRDEPS = \
diff --git a/targets/pseudo/hosttools/Makefile b/targets/pseudo/hosttools/Makefile
index d3b5cbd3a79b..01b5f23410c8 100644
--- a/targets/pseudo/hosttools/Makefile
+++ b/targets/pseudo/hosttools/Makefile
@@ -1,2 +1 @@
-
.include "../Makefile.inc"
diff --git a/targets/pseudo/hosttools/Makefile.depend.host b/targets/pseudo/hosttools/Makefile.depend.host
index a54437970d59..899433463e73 100644
--- a/targets/pseudo/hosttools/Makefile.depend.host
+++ b/targets/pseudo/hosttools/Makefile.depend.host
@@ -1,4 +1,3 @@
-
# This file is not autogenerated - take care!
.if !defined(MK_KERBEROS)
diff --git a/targets/pseudo/kernel/Makefile b/targets/pseudo/kernel/Makefile
index 052532a532f4..aa9c2f08980f 100644
--- a/targets/pseudo/kernel/Makefile
+++ b/targets/pseudo/kernel/Makefile
@@ -1,4 +1,3 @@
-
# Build the kernel ${KERNCONF}
KERNCONF?= ${KERNEL:UGENERIC}
diff --git a/targets/pseudo/kernel/Makefile.depend b/targets/pseudo/kernel/Makefile.depend
index 5a4e8b865e18..da8fc1d6435f 100644
--- a/targets/pseudo/kernel/Makefile.depend
+++ b/targets/pseudo/kernel/Makefile.depend
@@ -1,4 +1,3 @@
-
# This file is not autogenerated - take care!
DIRDEPS = \
diff --git a/targets/pseudo/stage/Makefile b/targets/pseudo/stage/Makefile
index ac02e1c9099e..792c380c725e 100644
--- a/targets/pseudo/stage/Makefile
+++ b/targets/pseudo/stage/Makefile
@@ -1,4 +1,3 @@
-
# this makefile gets hooked into everyone's dependencies so that
# distrib-dirs can be done in STAGE_OBJTOP
all:
diff --git a/targets/pseudo/tests/Makefile b/targets/pseudo/tests/Makefile
index d3b5cbd3a79b..01b5f23410c8 100644
--- a/targets/pseudo/tests/Makefile
+++ b/targets/pseudo/tests/Makefile
@@ -1,2 +1 @@
-
.include "../Makefile.inc"
diff --git a/targets/pseudo/tests/Makefile.depend b/targets/pseudo/tests/Makefile.depend
index 54aa2f7ff52f..06771ad09707 100644
--- a/targets/pseudo/tests/Makefile.depend
+++ b/targets/pseudo/tests/Makefile.depend
@@ -1,4 +1,3 @@
-
# This file is not autogenerated - take care!
.include <src.opts.mk>
diff --git a/targets/pseudo/the-lot/Makefile b/targets/pseudo/the-lot/Makefile
index d3b5cbd3a79b..01b5f23410c8 100644
--- a/targets/pseudo/the-lot/Makefile
+++ b/targets/pseudo/the-lot/Makefile
@@ -1,2 +1 @@
-
.include "../Makefile.inc"
diff --git a/targets/pseudo/the-lot/Makefile.depend b/targets/pseudo/the-lot/Makefile.depend
index 5ffafd8f7ecb..b98e8d3c269f 100644
--- a/targets/pseudo/the-lot/Makefile.depend
+++ b/targets/pseudo/the-lot/Makefile.depend
@@ -1,4 +1,3 @@
-
.include <src.opts.mk>
# This file is not autogenerated - take care!
diff --git a/targets/pseudo/toolchain/Makefile b/targets/pseudo/toolchain/Makefile
index d3b5cbd3a79b..01b5f23410c8 100644
--- a/targets/pseudo/toolchain/Makefile
+++ b/targets/pseudo/toolchain/Makefile
@@ -1,2 +1 @@
-
.include "../Makefile.inc"
diff --git a/targets/pseudo/toolchain/Makefile.depend b/targets/pseudo/toolchain/Makefile.depend
index 286b072dfcd9..e0c30675fc28 100644
--- a/targets/pseudo/toolchain/Makefile.depend
+++ b/targets/pseudo/toolchain/Makefile.depend
@@ -1,4 +1,3 @@
-
# This file is not autogenerated - take care!
.if !defined(MK_CLANG)
diff --git a/targets/pseudo/universe/Makefile b/targets/pseudo/universe/Makefile
index 1a9e17ffa122..4f8e2cb94d46 100644
--- a/targets/pseudo/universe/Makefile
+++ b/targets/pseudo/universe/Makefile
@@ -1,4 +1,3 @@
-
# This target is "special".
#
# The actual work is done via another target;
diff --git a/targets/pseudo/universe/Makefile.depend b/targets/pseudo/universe/Makefile.depend
index f2a6736ad994..70e52a1101f7 100644
--- a/targets/pseudo/universe/Makefile.depend
+++ b/targets/pseudo/universe/Makefile.depend
@@ -1,4 +1,3 @@
-
# This file is not autogenerated - take care!
# this is not normally needed, but we are not normal
diff --git a/targets/pseudo/userland/Makefile b/targets/pseudo/userland/Makefile
index d3b5cbd3a79b..01b5f23410c8 100644
--- a/targets/pseudo/userland/Makefile
+++ b/targets/pseudo/userland/Makefile
@@ -1,2 +1 @@
-
.include "../Makefile.inc"
diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend
index f6733e3228b4..378531b68cc1 100644
--- a/targets/pseudo/userland/Makefile.depend
+++ b/targets/pseudo/userland/Makefile.depend
@@ -1,4 +1,3 @@
-
# This file is not autogenerated - take care!
.include <src.opts.mk>
diff --git a/targets/pseudo/userland/Makefile.inc b/targets/pseudo/userland/Makefile.inc
index d3b5cbd3a79b..01b5f23410c8 100644
--- a/targets/pseudo/userland/Makefile.inc
+++ b/targets/pseudo/userland/Makefile.inc
@@ -1,2 +1 @@
-
.include "../Makefile.inc"
diff --git a/targets/pseudo/userland/cddl/Makefile b/targets/pseudo/userland/cddl/Makefile
index d3b5cbd3a79b..01b5f23410c8 100644
--- a/targets/pseudo/userland/cddl/Makefile
+++ b/targets/pseudo/userland/cddl/Makefile
@@ -1,2 +1 @@
-
.include "../Makefile.inc"
diff --git a/targets/pseudo/userland/cddl/Makefile.depend b/targets/pseudo/userland/cddl/Makefile.depend
index 41042893cb79..85d8f2a3f462 100644
--- a/targets/pseudo/userland/cddl/Makefile.depend
+++ b/targets/pseudo/userland/cddl/Makefile.depend
@@ -1,4 +1,3 @@
-
# This file is not autogenerated - take care!
.if !defined(MK_CTF)
diff --git a/targets/pseudo/userland/games/Makefile b/targets/pseudo/userland/games/Makefile
index d3b5cbd3a79b..01b5f23410c8 100644
--- a/targets/pseudo/userland/games/Makefile
+++ b/targets/pseudo/userland/games/Makefile
@@ -1,2 +1 @@
-
.include "../Makefile.inc"
diff --git a/targets/pseudo/userland/games/Makefile.depend b/targets/pseudo/userland/games/Makefile.depend
index 13227c60e0ce..1aee166af71c 100644
--- a/targets/pseudo/userland/games/Makefile.depend
+++ b/targets/pseudo/userland/games/Makefile.depend
@@ -1,4 +1,3 @@
-
# This file is not autogenerated - take care!
DIRDEPS = \
diff --git a/targets/pseudo/userland/gnu/Makefile b/targets/pseudo/userland/gnu/Makefile
index d3b5cbd3a79b..01b5f23410c8 100644
--- a/targets/pseudo/userland/gnu/Makefile
+++ b/targets/pseudo/userland/gnu/Makefile
@@ -1,2 +1 @@
-
.include "../Makefile.inc"
diff --git a/targets/pseudo/userland/gnu/Makefile.depend b/targets/pseudo/userland/gnu/Makefile.depend
index 33ca85f86e69..188849601569 100644
--- a/targets/pseudo/userland/gnu/Makefile.depend
+++ b/targets/pseudo/userland/gnu/Makefile.depend
@@ -1,4 +1,3 @@
-
.include "${SRCTOP}/share/mk/src.opts.mk"
# This file is not autogenerated - take care!
diff --git a/targets/pseudo/userland/include/Makefile b/targets/pseudo/userland/include/Makefile
index d3b5cbd3a79b..01b5f23410c8 100644
--- a/targets/pseudo/userland/include/Makefile
+++ b/targets/pseudo/userland/include/Makefile
@@ -1,2 +1 @@
-
.include "../Makefile.inc"
diff --git a/targets/pseudo/userland/include/Makefile.depend b/targets/pseudo/userland/include/Makefile.depend
index 6bbeb95c6474..0208e9f08bf3 100644
--- a/targets/pseudo/userland/include/Makefile.depend
+++ b/targets/pseudo/userland/include/Makefile.depend
@@ -1,4 +1,3 @@
-
# This file is not autogenerated - take care!
DIRDEPS = \
diff --git a/targets/pseudo/userland/kerberos5/Makefile b/targets/pseudo/userland/kerberos5/Makefile
index d3b5cbd3a79b..01b5f23410c8 100644
--- a/targets/pseudo/userland/kerberos5/Makefile
+++ b/targets/pseudo/userland/kerberos5/Makefile
@@ -1,2 +1 @@
-
.include "../Makefile.inc"
diff --git a/targets/pseudo/userland/kerberos5/Makefile.depend b/targets/pseudo/userland/kerberos5/Makefile.depend
index 09de4a621e5d..86ee91f874ec 100644
--- a/targets/pseudo/userland/kerberos5/Makefile.depend
+++ b/targets/pseudo/userland/kerberos5/Makefile.depend
@@ -1,4 +1,3 @@
-
# This file is not autogenerated - take care!
DIRDEPS = \
diff --git a/targets/pseudo/userland/lib/Makefile b/targets/pseudo/userland/lib/Makefile
index d3b5cbd3a79b..01b5f23410c8 100644
--- a/targets/pseudo/userland/lib/Makefile
+++ b/targets/pseudo/userland/lib/Makefile
@@ -1,2 +1 @@
-
.include "../Makefile.inc"
diff --git a/targets/pseudo/userland/lib/Makefile.depend b/targets/pseudo/userland/lib/Makefile.depend
index 5af2280ec053..8e1b0282be48 100644
--- a/targets/pseudo/userland/lib/Makefile.depend
+++ b/targets/pseudo/userland/lib/Makefile.depend
@@ -1,4 +1,3 @@
-
# This file is not autogenerated - take care!
.include <src.opts.mk>
diff --git a/targets/pseudo/userland/libexec/Makefile b/targets/pseudo/userland/libexec/Makefile
index d3b5cbd3a79b..01b5f23410c8 100644
--- a/targets/pseudo/userland/libexec/Makefile
+++ b/targets/pseudo/userland/libexec/Makefile
@@ -1,2 +1 @@
-
.include "../Makefile.inc"
diff --git a/targets/pseudo/userland/libexec/Makefile.depend b/targets/pseudo/userland/libexec/Makefile.depend
index 034e2a2ea08f..4a6d72f914e3 100644
--- a/targets/pseudo/userland/libexec/Makefile.depend
+++ b/targets/pseudo/userland/libexec/Makefile.depend
@@ -1,4 +1,3 @@
-
# This file is not autogenerated - take care!
.include <src.opts.mk>
diff --git a/targets/pseudo/userland/misc/Makefile b/targets/pseudo/userland/misc/Makefile
index d3b5cbd3a79b..01b5f23410c8 100644
--- a/targets/pseudo/userland/misc/Makefile
+++ b/targets/pseudo/userland/misc/Makefile
@@ -1,2 +1 @@
-
.include "../Makefile.inc"
diff --git a/targets/pseudo/userland/misc/Makefile.depend b/targets/pseudo/userland/misc/Makefile.depend
index 203e446dca50..d3c97fc56b40 100644
--- a/targets/pseudo/userland/misc/Makefile.depend
+++ b/targets/pseudo/userland/misc/Makefile.depend
@@ -1,4 +1,3 @@
-
# This file is not autogenerated - take care!
.if !defined(MK_FORTH)
diff --git a/targets/pseudo/userland/secure/Makefile b/targets/pseudo/userland/secure/Makefile
index d3b5cbd3a79b..01b5f23410c8 100644
--- a/targets/pseudo/userland/secure/Makefile
+++ b/targets/pseudo/userland/secure/Makefile
@@ -1,2 +1 @@
-
.include "../Makefile.inc"
diff --git a/targets/pseudo/userland/secure/Makefile.depend b/targets/pseudo/userland/secure/Makefile.depend
index f6bfb82ddd9c..fd7ba71219bc 100644
--- a/targets/pseudo/userland/secure/Makefile.depend
+++ b/targets/pseudo/userland/secure/Makefile.depend
@@ -1,4 +1,3 @@
-
# This file is not autogenerated - take care!
DIRDEPS = \
diff --git a/targets/pseudo/userland/share/Makefile b/targets/pseudo/userland/share/Makefile
index d3b5cbd3a79b..01b5f23410c8 100644
--- a/targets/pseudo/userland/share/Makefile
+++ b/targets/pseudo/userland/share/Makefile
@@ -1,2 +1 @@
-
.include "../Makefile.inc"
diff --git a/targets/pseudo/userland/share/Makefile.depend b/targets/pseudo/userland/share/Makefile.depend
index a56f022ecdd7..dd56515a53ac 100644
--- a/targets/pseudo/userland/share/Makefile.depend
+++ b/targets/pseudo/userland/share/Makefile.depend
@@ -1,4 +1,3 @@
-
# This file is not autogenerated - take care!
DIRDEPS = \