Find a file
Kyle Evans 2b20cade1e include: put includes into -dev packages
The includes build is kind of funky, as we support either copying or
symlinking files into /usr/include.  For `copies`, we were supplying
the include/ ${TAG_ARGS}, which puts packages into `FreeBSD-runtime`,
without any consideration to the fact that we're installing headers.

Let's copy the approach that the `symlinks` target uses for now, and
add ",dev" to the TAG_ARGS so that headers at least end up in
FreeBSD-runtime-dev, which is more appropriate.  Some of these includes
are actually technically supposed to be in *other* packages and their
INCSGROUP's PACKAGE setting is actually correct, but this is less
trivial to solve.  This is a bandaid to fix the immediate problem of
some headers ending up in two different packages.

PR:		267526
Reviewed by:	dfr, manu
Differential Revision:	https://reviews.freebsd.org/D37256

(cherry picked from commit 8b8babf044)
2022-11-12 23:38:22 -06:00
.cirrus-ci
.github/workflows
bin sh: Fix mismatch in array bounds for vforkexecshell(). 2022-11-11 10:18:53 -08:00
cddl zfsd(8): Fix a typo in an error message 2022-11-01 07:02:22 +01:00
contrib Merge commit '93bf91b4012a28610672d2266366dfa0a663b70f' into HEAD 2022-11-12 23:37:05 -06:00
crypto ssh: correct parse_cert_times case for hex "to" time 2022-11-06 09:19:02 -05:00
etc mktemp: add -p/--tmpdir argument 2022-11-12 23:37:29 -06:00
gnu
include include: put includes into -dev packages 2022-11-12 23:38:22 -06:00
kerberos5
lib ktrace.2: Document KTRFAC_STRUCT_ARRAY. 2022-11-11 10:18:54 -08:00
libexec rtld: remove unused macro FPTR_TARGET 2022-10-25 03:37:43 +03:00
release Track kern.ipc.somaxconn -> kern.ipc.soacceptqueue rename 2022-10-13 20:41:30 -04:00
rescue
sbin nvmecontrol wdc: Don't pass a bogus pointer to free(). 2022-11-11 10:18:54 -08:00
secure ssh: update to OpenSSH 9.1p1 2022-10-26 12:42:37 -04:00
share xhci(4): Fix spelling in manual page. 2022-11-12 13:00:12 +01:00
stand loader: fix elf lookup_symbol type filtering 2022-10-17 10:40:41 -05:00
sys uslcom(4): Clear stall at every open. 2022-11-12 13:00:16 +01:00
targets
tests Split netinet shell tests into one per line. 2022-11-11 13:44:11 -08:00
tools depend-cleanup.sh: Handle kqtest being renamed to kqueue_test. 2022-11-10 15:16:58 -08:00
usr.bin mktemp: don't double up on trailing slashes for -t paths 2022-11-12 23:37:36 -06:00
usr.sbin bhyve: Don't free an invalid pointer. 2022-11-11 10:18:54 -08:00
.arcconfig
.arclint
.cirrus.yml
.clang-format
.gitattributes
.gitignore
COPYRIGHT
LOCKS
MAINTAINERS
Makefile
Makefile.inc1
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc ithread(9): update functions to current day 2022-10-30 11:13:58 -03:00
README.md Whitespace cleanup 2022-11-12 15:07:14 -04:00
RELNOTES
UPDATING

FreeBSD Source:

This is the top level of the FreeBSD source directory.

FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms. A large community has continually developed it for more than thirty years. Its advanced networking, security, and storage features have made FreeBSD the platform of choice for many of the busiest web sites and most pervasive embedded networking and storage devices.

For copyright information, please see the file COPYRIGHT in this directory. Additional copyright information also exists for some sources in this tree - please see the specific source directories for more information.

The Makefile in this directory supports a number of targets for building components (or all) of the FreeBSD source tree. See build(7), config(8), FreeBSD handbook on building userland, and Handbook for kernels for more information, including setting make(1) variables.

Source Roadmap:

Directory Description
bin System/user commands.
cddl Various commands and libraries under the Common Development and Distribution License.
contrib Packages contributed by 3rd parties.
crypto Cryptography stuff (see crypto/README).
etc Template files for /etc.
gnu Commands and libraries under the GNU General Public License (GPL) or Lesser General Public License (LGPL). Please see gnu/COPYING* for more information.
include System include files.
kerberos5 Kerberos5 (Heimdal) package.
lib System libraries.
libexec System daemons.
release Release building Makefile & associated tools.
rescue Build system for statically linked /rescue utilities.
sbin System commands.
secure Cryptographic libraries and commands.
share Shared resources.
stand Boot loader sources.
sys Kernel sources.
sys/arch/conf Kernel configuration files. GENERIC is the configuration used in release builds. NOTES contains documentation of all possible entries.
tests Regression tests which can be run by Kyua. See tests/README for additional information.
tools Utilities for regression testing and miscellaneous tasks.
usr.bin User commands.
usr.sbin System administration commands.

For information on synchronizing your source tree with one or more of the FreeBSD Project's development branches, please see FreeBSD Handbook.