freebsd-dev/usr.sbin/config
Kyle Evans 3cafc9a654 config(8): Fix broken ABI
r336019 introduced ${SRCTOP}/sys to the include paths in order to pull in a
new sys/{c,}nv.h. This is wrong, because the build tree's ABI isn't
guaranteed to match what's running on the host system.

Fix instead by removing -I${SRCTOP}/sys and installing the libnv headers
with `make -C lib/libnv includes`... this may or may not get re-worked in
the future so that a userland lib isn't installing includes from sys/.

Reported by:	bdrewery
2018-07-06 11:23:14 +00:00
..
config.5 kern_environment: use any provided environments, evict hintmode/envmode 2018-07-05 16:30:32 +00:00
config.8 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
config.h kern_environment: use any provided environments, evict hintmode/envmode 2018-07-05 16:30:32 +00:00
config.y kern_environment: use any provided environments, evict hintmode/envmode 2018-07-05 16:30:32 +00:00
configvers.h Fix 'local' to not look in the source tree for the file. 2017-11-17 18:34:14 +00:00
kernconf.tmpl
lang.l config(8): Add envvar support 2018-06-25 17:17:47 +00:00
main.c config(8): Add envvar support 2018-06-25 17:17:47 +00:00
Makefile config(8): Fix broken ABI 2018-07-06 11:23:14 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
mkheaders.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
mkmakefile.c config(8): De-dupe hint/env vars within a single file 2018-07-06 01:11:06 +00:00
mkoptions.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00