From ccaaf5cf8f8da9a67849d741dd526e612068179c Mon Sep 17 00:00:00 2001 From: William Harrington Date: Fri, 14 May 2021 16:21:13 -0500 Subject: Add a utils makefile for future use. --- blfs/Utils.Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 blfs/Utils.Makefile (limited to 'blfs') 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) -- cgit v1.2.3-54-g00ecf