From 5b9f08dbc7a4a08117ebf2b4a0c9046bda571f95 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 5 Oct 2023 09:51:16 +0200 Subject: [PATCH] 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