aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2023-10-10 07:17:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2023-10-10 07:17:29 +0000
commitff01d71e48d40399c873113020ae8db158a01f94 (patch)
tree93bf22734a1a55b0be9549c178c53b2b88abe832
parent6d3c0798ccbe7f6d3b677eed31206efc1227be50 (diff)
downloadsrc-ff01d71e48d40399c873113020ae8db158a01f94.tar.gz
src-ff01d71e48d40399c873113020ae8db158a01f94.zip
bsdconfig: do not remove files id MK_DIALOG=no
bsdconfig does not depends anymore on anything related to dialog(1) and libdialog(1) and has totally switched to bsddialog(1)
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index fb22d56d53e0..7bb8403860e9 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -1623,20 +1623,10 @@ OLD_FILES+=usr/lib/libdpv.a
OLD_FILES+=usr/lib/libdpv.so
OLD_FILES+=usr/lib/libdpv.so.3
OLD_FILES+=usr/lib/libdpv_p.a
-OLD_FILES+=usr/sbin/bsdconfig
OLD_FILES+=usr/share/man/man1/dialog.1.gz
OLD_FILES+=usr/share/man/man1/dpv.1.gz
OLD_FILES+=usr/share/man/man3/dialog.3.gz
OLD_FILES+=usr/share/man/man3/dpv.3.gz
-OLD_FILES+=usr/share/man/man8/bsdconfig.8.gz
-OLD_DIRS+=usr/share/bsdconfig
-OLD_DIRS+=usr/share/bsdconfig/media
-OLD_DIRS+=usr/share/bsdconfig/networking
-OLD_DIRS+=usr/share/bsdconfig/packages
-OLD_DIRS+=usr/share/bsdconfig/password
-OLD_DIRS+=usr/share/bsdconfig/startup
-OLD_DIRS+=usr/share/bsdconfig/timezone
-OLD_DIRS+=usr/share/bsdconfig/usermgmt
.endif
.if ${MK_EFI} == no