From owner-cvs-all Mon Mar 22 19:41:29 1999 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 E8850152EE; Mon, 22 Mar 1999 19:41:27 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA04309; Mon, 22 Mar 1999 19:41:10 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <199903230341.TAA04309@freefall.freebsd.org> From: Bruce Evans Date: Mon, 22 Mar 1999 19:41:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libcrypt Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/03/22 19:41:10 PST Modified files: lib/libcrypt Makefile Log: Simplified using new SYMLINKS macro, mainly to test this macro. The ifdefs are too ugly for this to be much of a simplification. The existence tests are even uglier now. Note that the previous commit was not submitted by me. It missed the point and just added a second layer of unused removals. Fixed hard-coded "libcrypt"s. The LCRYPTBASE macro mainly makes things hard to read, but use it while we have it. Revision Changes Path 1.18 +15 -26 src/lib/libcrypt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message