From owner-freebsd-current Thu Apr 13 15:35:47 2000 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 3EBEC37B9BD; Thu, 13 Apr 2000 15:35:44 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id QAA34228; Thu, 13 Apr 2000 16:35:43 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id QAA48554; Thu, 13 Apr 2000 16:35:26 -0600 (MDT) Message-Id: <200004132235.QAA48554@harmony.village.org> To: Kris Kennaway Subject: Re: 4.0, OpenSSL and MD5 (fwd) Cc: "Thomas T. Veldhouse" , freebsd-current@FreeBSD.ORG In-reply-to: Your message of "Thu, 13 Apr 2000 12:11:29 PDT." References: Date: Thu, 13 Apr 2000 16:35:25 -0600 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message