In message <[EMAIL PROTECTED]> Kris 
Kennaway writes:
: rc.conf cares about the value of the variable. make.conf does not (for
: most of them), and just cares whether the variable is set at all
: (i.e. they're not booleans)

Is that still true?  I've been seeing more and more things that used
to be
        .if !defined(NOFOO)
morph into
        .if !defined(NOFOO) && ${NOFOO} != "no" && ${NOFOO} != "NO"

Warner



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

Reply via email to