mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 20:41:03 +01:00
8a8daeafaf
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
12 lines
182 B
Plaintext
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
|