Module Name: src Committed By: riz Date: Sun Nov 21 17:32:53 UTC 2010
Modified Files: src/lib/libpam [netbsd-5]: Makefile src/lib/libpam/modules [netbsd-5]: mod.mk src/share/mk [netbsd-5]: bsd.own.mk Added Files: src/lib/libpam/staticmodules [netbsd-5]: Makefile Log Message: Pull up following revision(s) (requested by christos in ticket #1414): lib/libpam/Makefile: revision 1.3 share/mk/bsd.own.mk: revision 1.612 lib/libpam/modules/mod.mk: revision 1.8 lib/libpam/modules/mod.mk: revision 1.9 lib/libpam/staticmodules/Makefile: revision 1.1 make the dependency to libpam, explicit. Fixes afpd in pkgsrc. From Mark Davies XXX: Should be pulled up to 4.x and 5.x. Build the modules in two phases: 1. build the static modules first, before libpam so that the static libpam can link against the module .a files. 2. build the modules after the dynamic libpam is build, so that the dynamic modules can link against the dynamic libpam. enable MAKEDIRTARGET to be called with a separate environment, called $MAKEDIRTARGETENV, defaulting to nothing. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.32.1 src/lib/libpam/Makefile cvs rdiff -u -r1.6 -r1.6.2.1 src/lib/libpam/modules/mod.mk cvs rdiff -u -r0 -r1.1.2.2 src/lib/libpam/staticmodules/Makefile cvs rdiff -u -r1.542.2.11 -r1.542.2.12 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.