bsdconfig: always build and install

it does not depend on dialog(1) anymore
This commit is contained in:
Baptiste Daroussin 2023-10-05 09:51:16 +02:00
parent 30e9abf2fc
commit 5b9f08dbc7

View File

@ -6,6 +6,7 @@ SUBDIR= adduser \
arp \ arp \
binmiscctl \ binmiscctl \
boottrace \ boottrace \
bsdconfig \
camdd \ camdd \
cdcontrol \ cdcontrol \
chkgrp \ chkgrp \
@ -128,7 +129,6 @@ SUBDIR.${MK_BSNMP}+= bsnmpd
SUBDIR.${MK_OPENSSL}+= certctl SUBDIR.${MK_OPENSSL}+= certctl
.endif .endif
SUBDIR.${MK_CXGBETOOL}+= cxgbetool SUBDIR.${MK_CXGBETOOL}+= cxgbetool
SUBDIR.${MK_DIALOG}+= bsdconfig
SUBDIR.${MK_EFI}+= efivar efidp efibootmgr efitable efiwake SUBDIR.${MK_EFI}+= efivar efidp efibootmgr efitable efiwake
.if ${MK_OPENSSL} != "no" .if ${MK_OPENSSL} != "no"
SUBDIR.${MK_EFI}+= uefisign SUBDIR.${MK_EFI}+= uefisign