Subject: Question regarding 'make update' and command-line definitions
To: None <tech-pkg@netbsd.org>
From: J. Buck Caldwell <netbsd1@bitparts.org>
List: tech-pkg
Date: 12/05/2003 23:19:00
So the first time I moved to using SASL with sendmail, I did such:

cd /usr/pkgsrc/mail/sendmail
make install USE_SASL=YES

This worked great. My question is such: If I do a 'make update', will it 
remember to add the USE_SASL, or must I add that to my /etc/mk.conf?