In message: <[EMAIL PROTECTED]> Makoto Matsushita <[EMAIL PROTECTED]> writes: : : sgk> Note the Error code 1(ignored). : : That's right, it's not an actual *error*. : : However, we have seen such a report so many, many times. We may want : to consider changing src/sys/conf/kmod.mk to shut it up.
Something like the following maybe: Index: kmod.mk =================================================================== RCS file: /cache/ncvs/src/sys/conf/kmod.mk,v retrieving revision 1.117 diff -u -r1.117 kmod.mk --- kmod.mk 22 Apr 2002 15:53:04 -0000 1.117 +++ kmod.mk 25 Apr 2002 01:56:43 -0000 @@ -166,6 +166,9 @@ .endif .endif +.if !exists(/usr/sbin/kldxref) +NO_XREF=yes +.endif .if !target(all-man) all-man: _SUBDIR To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message