Module Name: src
Committed By: christos
Date: Sun Nov 28 00:50:17 UTC 2010
Modified Files:
src/lib/libpam: Makefile
Log Message:
explain better what's going on here.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libpam/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libpam/Makefile
diff -u src/lib/libpam/Makefile:1.3 src/lib/libpam/Makefile:1.4
--- src/lib/libpam/Makefile:1.3 Mon May 3 18:12:32 2010
+++ src/lib/libpam/Makefile Sat Nov 27 19:50:16 2010
@@ -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>