git: 5b9f08dbc7a4 - main - bsdconfig: always build and install
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Oct 2023 07:55:33 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=5b9f08dbc7a4a08117ebf2b4a0c9046bda571f95 commit 5b9f08dbc7a4a08117ebf2b4a0c9046bda571f95 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2023-10-05 07:51:16 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2023-10-05 07:51:16 +0000 bsdconfig: always build and install it does not depend on dialog(1) anymore --- usr.sbin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index ca8b87a134eb..bdc45c87e3bc 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -6,6 +6,7 @@ SUBDIR= adduser \ arp \ binmiscctl \ boottrace \ + bsdconfig \ camdd \ cdcontrol \ chkgrp \ @@ -128,7 +129,6 @@ SUBDIR.${MK_BSNMP}+= bsnmpd SUBDIR.${MK_OPENSSL}+= certctl .endif SUBDIR.${MK_CXGBETOOL}+= cxgbetool -SUBDIR.${MK_DIALOG}+= bsdconfig SUBDIR.${MK_EFI}+= efivar efidp efibootmgr efitable efiwake .if ${MK_OPENSSL} != "no" SUBDIR.${MK_EFI}+= uefisign