From bbde328be4e75ea9ad02e9715ea13ca54b797ada Mon Sep 17 00:00:00 2001 From: christos Date: Mon, 3 May 2010 22:12:32 +0000 Subject: 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. --- lib/libpam/staticmodules/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/libpam/staticmodules/Makefile (limited to 'lib/libpam/staticmodules') diff --git a/lib/libpam/staticmodules/Makefile b/lib/libpam/staticmodules/Makefile new file mode 100644 index 00000000000..982bad9cf15 --- /dev/null +++ b/lib/libpam/staticmodules/Makefile @@ -0,0 +1,8 @@ +# $NetBSD: Makefile,v 1.1 2010/05/03 22:12:32 christos Exp $ + +MAKEDIRTARGETENV=MKPIC=no +.include + +SUBDIR=${.CURDIR}/../modules + +.include -- cgit