unknown option "KSE"

i want to compile my new kernel and i got this error when i try to do "config captive" (my new kernel name captive, how to solve it ?
thanks you ;)
 
i have already copy and edit the GENERIC KERNEL and named it "captive" but when i want to config it (config captive), appears error unknown option "KSE"
then when i looking for option KSE in my new kernel there is no option of KSE, so how to solve unknown option "KSE" ?
 
KSE was removed from the 8.0 kernel as libkse has been removed from FreeBSD.

Please read /usr/src/sys/conf/NOTES and /usr/src/sys/<arch>/conf/NOTES to see what options are available. (Where <arch> is i386 or amd64 as needed.)
 
Back
Top