Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 2003 05:38:04 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 31065 for review
Message-ID:  <200305131238.h4DCc4gj006479@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=31065

Change 31065 by des@des.at.des.thinksec.com on 2003/05/13 05:37:12

	Propagate version numbers and installation directories throughout
	the tree using Makefile.inc.

Affected files ...

.. //depot/projects/openpam/MANIFEST#14 edit
.. //depot/projects/openpam/Makefile.inc#1 add
.. //depot/projects/openpam/bin/Makefile.inc#1 add
.. //depot/projects/openpam/lib/Makefile#17 edit

Differences ...

==== //depot/projects/openpam/MANIFEST#14 (text+ko) ====

@@ -1,5 +1,5 @@
 #
-# $P4: //depot/projects/openpam/MANIFEST#13 $
+# $P4: //depot/projects/openpam/MANIFEST#14 $
 #
 CREDITS
 HISTORY
@@ -7,9 +7,11 @@
 LICENSE
 MANIFEST
 Makefile
+Makefile.inc
 README
 RELNOTES
 bin/Makefile
+bin/Makefile.inc
 bin/su/Makefile
 bin/su/su.c
 doc/Makefile

==== //depot/projects/openpam/lib/Makefile#17 (text+ko) ====

@@ -31,12 +31,10 @@
 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 # SUCH DAMAGE.
 #
-# $P4: //depot/projects/openpam/lib/Makefile#16 $
+# $P4: //depot/projects/openpam/lib/Makefile#17 $
 #
 
 LIB		 = pam
-SHLIB_MAJOR	 = 2
-SHLIB_MINOR	 = 0
 
 WARNS		?= 4
 NO_WERROR	 = yes



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