Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpam explain better what's going on here.



details:   https://anonhg.NetBSD.org/src/rev/92b2d3fdd01f
branches:  trunk
changeset: 759090:92b2d3fdd01f
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 28 00:50:16 2010 +0000

description:
explain better what's going on here.

diffstat:

 lib/libpam/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r d3713f34e053 -r 92b2d3fdd01f lib/libpam/Makefile
--- a/lib/libpam/Makefile       Sun Nov 28 00:26:38 2010 +0000
+++ b/lib/libpam/Makefile       Sun Nov 28 00:50:16 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/05/03 22:12:32 christos Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/28 00:50:16 christos Exp $
 # Copyright 1998 Juniper Networks, Inc.
 # All rights reserved.
 #
@@ -25,8 +25,9 @@
 #
 # $FreeBSD: src/lib/libpam/Makefile,v 1.3 2003/03/09 20:06:34 obrien Exp $
 
-# The modules must be built first, because they are built into the
-# static version of libpam.
+# The static modules must be built before libpam, because they are built
+# into the static version of libpam. The dynamic modules must be build after
+# libpam because they depend on the dynamic version of libpam.
 SUBDIR=        staticmodules .WAIT libpam .WAIT modules
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index