src.opts.mk: Retire BSD_CPIO option

Prior to commit 6973701a00 ("1. Make the BSD version of cpio the
default [1]") GNU cpio was installed unconditionally.  The BSD_CPIO
option was added when we introduced the BSD licensed, libarchive-based
cpio, to support installation of GNU cpio, libarchive cpio, or both.

GNU cpio was removed long ago and there is no longer a need for this
option.  We can just install BSD cpio unconditionally.

Reviewed by:	des
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55467
This commit is contained in:
Ed Maste
2026-02-23 14:36:09 -05:00
parent 4c822e8b7d
commit b6bb2fc77e
4 changed files with 2 additions and 13 deletions
-1
View File
@@ -71,7 +71,6 @@ __DEFAULT_YES_OPTIONS = \
BOOT \
BOOTPARAMD \
BOOTPD \
BSD_CPIO \
BSDINSTALL \
BSNMP \
BZIP2 \