From owner-cvs-all Thu Nov 19 18:03:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25894 for cvs-all-outgoing; Thu, 19 Nov 1998 18:03:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25885; Thu, 19 Nov 1998 18:03:48 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA22405; Thu, 19 Nov 1998 18:03:53 -0800 (PST) Date: Thu, 19 Nov 1998 18:03:53 -0800 (PST) Message-Id: <199811200203.SAA22405@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib Makefile src Makefile.inc1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/19 18:03:52 PST Modified files: lib Makefile Log: Make sure libskey is built before libpam. It is required for one of the PAM modules. Fix the comments describing the PAM dependencies to be consistent with other related comments. Restructure the library-building loop slightly, per suggestion from bde. Revision Changes Path 1.85 +6 -4 src/lib/Makefile Modified files: . Makefile.inc1 Log: Make sure libskey is built before libpam. It is required for one of the PAM modules. Fix the comments describing the PAM dependencies to be consistent with other related comments. Revision Changes Path 1.44 +17 -15 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message