From owner-cvs-all Tue Nov 17 17:59:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA01044 for cvs-all-outgoing; Tue, 17 Nov 1998 17:59:37 -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 RAA01039; Tue, 17 Nov 1998 17:59:35 -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 RAA20806; Tue, 17 Nov 1998 17:59:39 -0800 (PST) Date: Tue, 17 Nov 1998 17:59:39 -0800 (PST) Message-Id: <199811180159.RAA20806@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src Makefile.inc1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/17 17:59:39 PST Modified files: . Makefile.inc1 Log: Add libpam to the "includes" and "libraries" targets. Build the ordered list of libraries in a variable "_libs" before building any of them. This eliminates a little bit of duplicated code. More importantly, it makes it easier to include or exclude libraries with .if constructs, because the list can be built in multiple steps using "+=". Revision Changes Path 1.43 +16 -12 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message