From owner-cvs-all Fri Aug 3 15:28:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 43CF137B408; Fri, 3 Aug 2001 15:28:25 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f73MSPv93621; Fri, 3 Aug 2001 15:28:25 -0700 (PDT) (envelope-from bde) Message-Id: <200108032228.f73MSPv93621@freefall.freebsd.org> From: Bruce Evans Date: Fri, 3 Aug 2001 15:28:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/usr.bin/bdes Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2001/08/03 15:28:25 PDT Modified files: secure/usr.bin/bdes Makefile Log: Link to libcipher in the usual way. `bdes' depended on a nonexistent library. This only worked because of the undocmented feature of make(1) that targets named foo.a are always up to date. Fixed some style bugs. Revision Changes Path 1.12 +3 -11 src/secure/usr.bin/bdes/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message