1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

fix spelling of DEFAULT in comments...

This commit is contained in:
John-Mark Gurney 2014-10-22 06:53:55 +00:00
parent 03be41e6a4
commit 14cac2a6f1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273454

View File

@ -4,11 +4,11 @@
# Generic mechanism to deal with WITH and WITHOUT options and turn
# them into MK_ options.
#
# For each option FOO in __DEFUALT_YES_OPTIONS, MK_FOO is set to
# For each option FOO in __DEFAULT_YES_OPTIONS, MK_FOO is set to
# "yes", unless WITHOUT_FOO is defined, in which case it is set to
# "no".
#
# For each option FOO in __DEFUALT_NO_OPTIONS, MK_FOO is set to "no",
# For each option FOO in __DEFAULT_NO_OPTIONS, MK_FOO is set to "no",
# unless WITH_FOO is defined, in which case it is set to "yes".
#
# If both WITH_FOO and WITHOUT_FOO are defined, WITHOUT_FOO wins and