The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=9e94953e66bd9ada08bc33b37421f307abadfa93
commit 9e94953e66bd9ada08bc33b37421f307abadfa93 Author: Emmanuel Vadot <m...@freebsd.org> AuthorDate: 2021-12-21 09:14:45 +0000 Commit: Emmanuel Vadot <m...@freebsd.org> CommitDate: 2021-12-21 09:14:45 +0000 Revert "amd64: Do not build sconfig" This reverts commit a46856c3f9ec86bd8f0436c3f0736783c2f804db. Requested by: glebius --- sbin/Makefile.amd64 | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/Makefile.amd64 b/sbin/Makefile.amd64 index 2d231b0cb2b0..4135c44082c9 100644 --- a/sbin/Makefile.amd64 +++ b/sbin/Makefile.amd64 @@ -2,3 +2,4 @@ SUBDIR += bsdlabel SUBDIR += fdisk +SUBDIR += sconfig