summaryrefslogtreecommitdiffstats
path: root/lib/libpam/Makefile
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1999-01-20 21:55:30 +0000
committerjdp <jdp@FreeBSD.org>1999-01-20 21:55:30 +0000
commitcf32a03bc9556d6c3dc927d7eb9d276d21d43d41 (patch)
tree2676314f5ae37c6b0cc69d8819e10f023fafccbd /lib/libpam/Makefile
parentef01c22e1080a19283f19943021d45e9ad3a711f (diff)
downloadFreeBSD-src-cf32a03bc9556d6c3dc927d7eb9d276d21d43d41.zip
FreeBSD-src-cf32a03bc9556d6c3dc927d7eb9d276d21d43d41.tar.gz
Make it possible to use PAM in statically-linked applications.
Diffstat (limited to 'lib/libpam/Makefile')
-rw-r--r--lib/libpam/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libpam/Makefile b/lib/libpam/Makefile
index 2a30b90..8e99888 100644
--- a/lib/libpam/Makefile
+++ b/lib/libpam/Makefile
@@ -24,7 +24,8 @@
#
# $FreeBSD$
-SUBDIR+= libpam
-SUBDIR+= modules
+# The modules must be built first, because they are built into the
+# static version of libpam.
+SUBDIR+= modules libpam
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud