Добрый день!
Сейчас стоит FreeBSD6.3-STABLE. Решил перейти на 7-ку.
Одновил все /usr/src
В ядре изменения по мининуму.
options IPFIREWALL
options IPFIREWALL_DEFAULT_TO_ACCEPT
options IPDIVERT
options IPFIREWALL_FORWARD
options DUMMYNET
options IPFIREWALL_VERBOSE
options IPFIREWALL_VERBOSE_LIMIT=200
остальное все стандартное.config MYKERNEL проходит удачно
но при make cleandepend
router# make cleandepend
rm -f .depend machine
cd ../../../modules; MAKEOBJDIRPREFIX=/usr/src/sys/i386/compile/MYKERNEL/modules KMODDIR=/boot/kernel DEBUG_FLAGS="-g" MACHINE=i386 KERNBUILDDIR="/usr/src/sys/i386/compile/MYKERNEL" make cleandepend
"Makefile", line 346: Malformed conditional (${MK_CRYPT} != "no" || defined(ALL_MODULES))
"Makefile", line 354: if-less endif
"Makefile", line 356: Malformed conditional (${MK_IPFILTER} != "no" || defined(ALL_MODULES))
"Makefile", line 358: if-less endif
"Makefile", line 360: Malformed conditional (${MK_PF} != "no" || defined(ALL_MODULES))
"Makefile", line 363: if-less endif
"Makefile", line 392: Malformed conditional (${MK_CDDL} != "no" || defined(ALL_MODULES))
"Makefile", line 398: Malformed conditional (${MK_CDDL} != "no" || defined(ALL_MODULES))
"Makefile", line 400: if-less endif
"Makefile", line 420: Malformed conditional (${MK_NCP} != "no")
"Makefile", line 422: if-less endif
"Makefile", line 426: Malformed conditional (${MK_NCP} != "no")
"Makefile", line 428: if-less endif
"Makefile", line 430: Malformed conditional (${MK_CDDL} != "no" || defined(ALL_MODULES))
"Makefile", line 432: if-less endif
"Makefile", line 454: Malformed conditional (${MK_ZFS} != "no" || defined(ALL_MODULES))
"Makefile", line 456: if-less endif
"Makefile", line 493: Malformed conditional (${MK_CRYPT} != "no" || defined(ALL_MODULES))
"Makefile", line 501: if-less elif
"Makefile", line 506: if-less endif
"Makefile", line 507: if-less endif
make: fatal errors encountered -- cannot continue
*** Error code 1
Stop in /usr/src/sys/i386/compile/MYKERNEL.
может кто сталкивался?