aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-05-14 16:21:13 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-05-14 16:21:13 -0500
commitccaaf5cf8f8da9a67849d741dd526e612068179c (patch)
tree1652854f0c04b3e43f9867f2f09583a8721bf499
parent93c9712891660b21f6ef3a5ac72239b728cf221d (diff)
Add a utils makefile for future use.
-rw-r--r--blfs/Utils.Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/blfs/Utils.Makefile b/blfs/Utils.Makefile
new file mode 100644
index 0000000..f4c2650
--- /dev/null
+++ b/blfs/Utils.Makefile
@@ -0,0 +1,6 @@
+# Most deps like GLib, Xorg, gobject-introspection brought in from
+# Systemd-Extras and Xorg in main and Xorg Makefiles and not listed
+# here or commented in targets
+utiltargets =
+
+all: $(utiltargets)