--- genfs_vnops.d ---
CC=/usr/current/src/../tools/bin/arm--netbsdelf-eabihf-gcc
/usr/current/src/../tools/bin/nbmkdep -f genfs_vnops.d --
-mfloat-abi=soft -ffreestanding -fno-zero-initialized-in-bss -O2
-fno-strict-aliasing -fno-common -std=gnu99 -Werror -Wall -Wno-main
-Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes
-Wstrict-prototypes -Wold-style-definition -Wswitch -Wshadow
-Wcast-qual -Wwrite-strings -Wno-unreachable-code -Wno-pointer-sign
-Wno-attributes -Wno-sign-compare
--sysroot=/usr/current/src/../dest-evbarm -mcpu=cortex-a8 -mfpu=neon
-I. -I/usr/current/src/sys/../common/include
-I/usr/current/src/sys/arch -I/usr/current/src/sys -nostdinc
-D__HAVE_CPU_COUNTER -D__HAVE_FAST_SOFTINTS
-D__HAVE_MM_MD_DIRECT_MAPPED_PHYS -DKERNEL_BASE_EXT="0x80000000"
-DARM_GENERIC_TODR -DDIAGNOSTIC -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT
-std=gnu99
-I/usr/current/src/sys/lib/libkern/../../../common/lib/libc/quad
-I/usr/current/src/sys/lib/libkern/../../../common/lib/libc/string
-I/usr/current/src/sys/lib/libkern/../../.--- gmac.d ---
# create KISH/gmac.d
--- fil.d ---
/usr/current/src/sys/external/bsd/ipf/netinet/fil.c:5263:19: error:
missing binary operator before token "("
nbmkdep: compile failed.
*** [fil.d] Error code 1
I thought it was strange that a Dockstar kernel (which was based off
of a SHEEVAPLUG kernel) compiles fine from -current, but then I
realized that someone removed options IPFILTER from SHEEVAPLUG.
So is ipfilter broken in -current?