From 2e444d47bfac075bca0080df2ae365862377f00c Mon Sep 17 00:00:00 2001 From: Lucas Holt Date: Mon, 2 Dec 2024 09:47:55 -0500 Subject: [PATCH] move it up --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index b898c1912c..540cf624c3 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -26,6 +26,7 @@ SUBDIR_BOOTSTRAP= \ # takes a long time to build and starting it first improves parallelism. SUBDIR= ${SUBDIR_BOOTSTRAP} \ + libdns_sd \ .WAIT \ libsqlite3 \ geom \ @@ -48,7 +49,6 @@ SUBDIR= ${SUBDIR_BOOTSTRAP} \ libdevinfo \ libdevstat \ libdl \ - libdns_sd \ libdwarf \ libedit \ libelftc \