Date: Thu, 13 Apr 2000 17:14:37 -0600 From: Warner Losh <imp@village.org> To: Kris Kennaway <kris@FreeBSD.org> Cc: "Jordan K. Hubbard" <jkh@zippy.cdrom.com>, Robin Melville <robmel@innotts.co.uk>, Doug Barton <Doug@gorean.org>, stable@FreeBSD.org Subject: Re: 4.0, OpenSSL and MD5 (fwd) Message-ID: <200004132314.RAA48943@harmony.village.org> In-Reply-To: Your message of "Thu, 13 Apr 2000 16:08:46 PDT." <Pine.BSF.4.21.0004131606350.45420-100000@freefall.freebsd.org> References: <Pine.BSF.4.21.0004131606350.45420-100000@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <Pine.BSF.4.21.0004131606350.45420-100000@freefall.freebsd.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004132314.RAA48943>
