Date: Sun, 27 Feb 2000 13:46:22 -0800 (PST) From: Kris Kennaway <kris@FreeBSD.org> To: Jim Bloom <bloom@acm.org> Cc: Bill Fenner <fenner@research.att.com>, obrien@FreeBSD.ORG, markm@FreeBSD.ORG, cvs@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/tcpdump print-esp.c Message-ID: <Pine.BSF.4.21.0002271343460.53834-100000@freefall.freebsd.org> In-Reply-To: <38B9998D.8842EB04@acm.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 27 Feb 2000, Jim Bloom wrote: > How about trying the following which doesn't try to access files outside > of the build areas: That was what the ${DESTDIR} should have taken care of, but as I said, it was untested. Your version would probably also work. Kris > .if exists(../../crypto) && !defined(NOSECURE) && !defined(NO_OPENSSL) > DPADD+= ${LIBCRYPTO} ${LIBRSAGLUE} > LDADD+= -lcrypto > CFLAGS+= -I${CURDIR}/../../../crypto/openssl/crypto/des -DCRYPTO > -DHAVE_LIBCRYPTO > SRCS+= print-esp.c > .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?Pine.BSF.4.21.0002271343460.53834-100000>