From owner-freebsd-stable Thu Apr 13 16:14:59 2000 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id EEBC837B649; Thu, 13 Apr 2000 16:14:55 -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 RAA34396; Thu, 13 Apr 2000 17:14:54 -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 RAA48943; Thu, 13 Apr 2000 17:14:37 -0600 (MDT) Message-Id: <200004132314.RAA48943@harmony.village.org> To: Kris Kennaway Subject: Re: 4.0, OpenSSL and MD5 (fwd) Cc: "Jordan K. Hubbard" , Robin Melville , Doug Barton , stable@FreeBSD.org In-reply-to: Your message of "Thu, 13 Apr 2000 16:08:46 PDT." References: Date: Thu, 13 Apr 2000 17:14:37 -0600 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message Kris Kennaway writes: : You're right that it would be a huge PITA :-) The checks are complicated : enough already - they simplify when you condense the various compatible : options together in Makefile.inc1, but it's still hairy. I'll try and : clean up my NOFOO -> NO_FOO patch in the next few days so we can move : forward in this area. NO_FOO?=no .if ${NO_FOO} != "no" do foo .endif works quite well. Where to put the NO_FOO?= line is harder to know, but certainly it is a solvable problem. Maybe in a bsd.default.mk file, which is included early in the bsd.* files. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message