Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 1998 17:59:39 -0800 (PST)
From:      John Polstra <jdp@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src Makefile.inc1
Message-ID:  <199811180159.RAA20806@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811180159.RAA20806>