From owner-cvs-all Sun Feb 27 13:46:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 39D2E37B6D9; Sun, 27 Feb 2000 13:46:23 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id NAA54051; Sun, 27 Feb 2000 13:46:23 -0800 (PST) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Sun, 27 Feb 2000 13:46:22 -0800 (PST) From: Kris Kennaway To: Jim Bloom Cc: Bill Fenner , 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 In-Reply-To: <38B9998D.8842EB04@acm.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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