Fix whitespace on "options" to be <space><tab>, no functional change

This commit is contained in:
Kurt Lidl 2017-09-04 20:10:34 +00:00
parent 92ac7e80da
commit 77e430c686
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=323156

View File

@ -39,7 +39,7 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
#options OCTEON_VENDOR_LANNER # Support for Lanner boards.
#options OCTEON_VENDOR_RADISYS # Support for Radisys boards.
options OCTEON_VENDOR_UBIQUITI # Support for Ubiquiti boards.
#options OCTEON_VENDOR_GEFES # Support for GE LANIC boards
#options OCTEON_VENDOR_GEFES # Support for GE LANIC boards
#options OCTEON_BOARD_CAPK_0100ND # Support for CAPK-0100nd.
# Compile for a specified Octeon model. If not specified, support for
@ -89,7 +89,7 @@ options MAC # TrustedBSD MAC Framework
#options KDTRACE_FRAME # Ensure frames are compiled in
#options KDTRACE_HOOKS # Kernel DTrace hooks
options INCLUDE_CONFIG_FILE # Include this file in kernel
options TMPFS # Temporary file system
options TMPFS # Temporary file system
# Debugging for use in -current
#options KDB # Enable kernel debugger support.