From owner-cvs-all Wed Sep 13 10:15:54 2000 Delivered-To: cvs-all@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id BCDA337B42C; Wed, 13 Sep 2000 10:15:51 -0700 (PDT) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.11.1.Beta0/8.11.1.Beta0) id e8DHFiF37186; Wed, 13 Sep 2000 10:15:44 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14783.46656.379284.570690@horsey.gshapiro.net> Date: Wed, 13 Sep 2000 10:15:44 -0700 (PDT) From: Gregory Neil Shapiro To: "Steven E. Ames" Cc: "Gregory Neil Shapiro" , , Subject: Re: cvs commit: src/usr.sbin/sendmail Makefile In-Reply-To: <038801c01da5$d1737cf0$8a1a050a@winstar.com> References: <200009130416.VAA15999@freefall.freebsd.org> <038801c01da5$d1737cf0$8a1a050a@winstar.com> X-Mailer: VM 6.75 under 21.2 (beta35) "Nike" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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