On Sunday 25 January 2009 11:42:59 pm Mel wrote:
> On Sunday 25 January 2009 10:00:01 Gonzalo Nemmi wrote:
> > Going through src.conf(5) is ok .. but having a src.conf template already
> > available and fully commented sounds better to me ...
> >
> > Nothing is further from the truth than my opinions, but I still think
> > that having such a file available does come in handy :)
>
> You can base all switches on /usr/share/mk/bsd.own.mk for easy typing and
> use similar logic in your src.conf:
> OFF=ZFS SENDMAIL KERBEROS
> .for var in ${OFF}
> WITHOUT_${var}=yes
> .endfor
>
> Also, bsd.own.mk can be ahead of the man page.

That's a _really_ good tip ...
So much so that it should probably be documented somewhere.

Thanks a lot Mel !

Regards
-- 
Blessings
Gonzalo Nemmi
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to