* Emiel Kollof ([EMAIL PROTECTED]) wrote: > # Calling kldxref(8) for each module is expensive. > .if !defined(NO_XREF) > .MAKEFLAGS:= ${.MAKEFLAGS} -DNO_XREF > afterinstall: > @if [ -x /usr/sbin/kldref ]; then \ > kldxref ${DESTDIR}${KMODDIR}; \ > fi > .endif
Gah! I musn't stay up this late... :) s/kldref/kldxref Cheers, Emiel -- Most people wouldn't know music if it came up and bit them on the ass. -- Frank Zappa To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message