Date: Wed, 13 Sep 2000 10:15:44 -0700 (PDT) From: Gregory Neil Shapiro <gshapiro@gshapiro.net> To: "Steven E. Ames" <steve@virtual-voodoo.com> Cc: "Gregory Neil Shapiro" <gshapiro@FreeBSD.org>, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/usr.sbin/sendmail Makefile Message-ID: <14783.46656.379284.570690@horsey.gshapiro.net> In-Reply-To: <038801c01da5$d1737cf0$8a1a050a@winstar.com> References: <200009130416.VAA15999@freefall.freebsd.org> <038801c01da5$d1737cf0$8a1a050a@winstar.com>
next in thread | previous in thread | raw e-mail | index | archive | help
steve> Am I missing something obvious? How do I add libraries (e.g. Cyrus SASL) steve> without modifying this Makefile (which is what I normally do)... I'm steve> maybe not seeing or understanding the hooks? Add this to /etc/make.conf: .if ${.CURDIR} == "/usr/src/usr.sbin/sendmail" CFLAGS+=-DSASL -I/usr/local/include/sasl LDADD+=-L/usr/local/lib -lsasl .endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14783.46656.379284.570690>