mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 17:52:43 +00:00
bsdconfig: always build and install
it does not depend on dialog(1) anymore
This commit is contained in:
parent
30e9abf2fc
commit
5b9f08dbc7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user