Emiel Kollof <[EMAIL PROTECTED]> writes:
> Why not test for it like this (or similar): 
> 
> [ -x /usr/sbin/kldxref ] && /usr/bin/kldxref (etcetera...)

A better solution is

        @(kldxref ${DESTDIR}${KMODDIR} || \
            echo "Ignoring non-fatal kldxref failure")

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to