In message: <[EMAIL PROTECTED]> walt <[EMAIL PROTECTED]> writes: : My /usr/src is a symlink to another partition which is mounted : on /usr/local/mnt/src. I can make it compile by modifying the : Makefiles in sys/modules/netgraph/bluetooth like this: : : CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include : : Maybe there's a better way to do this?
You'd also see this if you did a make buildkernel (maybe that's what you did). If you build inside sys/modules it would have worked. I just comitted the change. Your fix looks good to me, and gets make buildkernel working for my minimal test case. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message