On Fri, Sep 24, 2004 at 11:36:22AM +0800, sam wrote: > Hi, > > Can I still use make.conf to instruct make buildworld and make release > do not build openssl when making my own release? > Yes, you do it by having NO_OPENSSL defined (even empty value). > I want to define NO_OPENSSL=true in the make.conf file, but not sure > whether it is still valid. > For buildworld, you can put it in /etc/make.conf. For "make release", you probably want it this way: make release ... WORLD_FLAGS=-DNO_OPENSSL Cheers, -- Ruslan Ermilov ru_at_FreeBSD.org FreeBSD committer
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:13 UTC