diff options
| author | christos <christos@NetBSD.org> | 2010-11-28 00:50:16 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2010-11-28 00:50:16 +0000 |
| commit | fabd9ea05b49554d788b35c8ae20113c4e7a0c38 (patch) | |
| tree | c5a40ac4a405656d42b8d780a7d5d7f0d41f1be3 /lib | |
| parent | 22405528a41ee63b1114871412339bb6ff02b116 (diff) | |
explain better what's going on here.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libpam/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libpam/Makefile b/lib/libpam/Makefile index 8db786f9075..4f5fc195c2d 100644 --- a/lib/libpam/Makefile +++ b/lib/libpam/Makefile @@ -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> |
