From a46856c3f9ec86bd8f0436c3f0736783c2f804db Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Wed, 15 Dec 2021 17:38:33 +0100 Subject: [PATCH] amd64: Do not build sconfig We do not build the drivers for this arch so no need to build the configuration tools. MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG --- sbin/Makefile.amd64 | 1 - 1 file changed, 1 deletion(-) diff --git a/sbin/Makefile.amd64 b/sbin/Makefile.amd64 index 4135c44082c..2d231b0cb2b 100644 --- a/sbin/Makefile.amd64 +++ b/sbin/Makefile.amd64 @@ -2,4 +2,3 @@ SUBDIR += bsdlabel SUBDIR += fdisk -SUBDIR += sconfig