HardenedBSD/sys/amd64/conf/MINIMAL-NODEBUG
Lexi Winter 8a8daeafaf sys/*/conf: do not use "../../conf/" when including std.*
Since config(8) searches sys/conf by default, there's no need to specify
the full relative path here; replace it by the filename alone.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1124
2024-04-23 15:13:31 -06:00

12 lines
182 B
Plaintext

#
# MINIMAL-NODEBUG -- Non-debug MINIMAL kernel.
#
# This is the MINIMAL equivalent to GENERIC-NODEBUG.
#NO_UNIVERSE
include MINIMAL
include "std.nodebug"
ident MINIMAL-NODEBUG