mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
build.7: Document pkgbase PKG_FORMAT variable
MFC after: 3 days Reported by: emaste Reviewed by: emaste, mhorne Approved by: mhorne (mentor) Differential Revision: https://reviews.freebsd.org/D50318
This commit is contained in:
parent
3e72d0b400
commit
dd3d1a7694
1 changed files with 14 additions and 0 deletions
|
|
@ -642,6 +642,20 @@ If set, this variable supplies a list of additional directories relative to
|
|||
the root of the source tree to build as part of the
|
||||
.Cm cross-tools
|
||||
target.
|
||||
.It Va PKG_FORMAT
|
||||
Specify a package compression format when building
|
||||
.Pa src
|
||||
into
|
||||
.Cm packages .
|
||||
Default:
|
||||
.Ql tzst .
|
||||
Consider using
|
||||
.Ql tar
|
||||
to disable compression.
|
||||
Accepted options are documented in the
|
||||
.Fl f
|
||||
description of
|
||||
.Xr pkg-create 8 .
|
||||
.It Va PORTS_MODULES
|
||||
A list of ports with kernel modules that should be built and installed
|
||||
as part of the
|
||||
|
|
|
|||
Loading…
Reference in a new issue