libpam: Play some 4D chess for static pam modules support.
[dragonfly.git] / lib / libpam / Makefile
blobeeb4eec6dd33d27f8df701ea68ccb0ab335cb2b0
1 # libpam is normally built earlier by the _prebuild_libs target.
2 # Modules link in the shared libpam.so, but static_libpam links in the static
3 # modules so all modules need to be built before the static_libpam.
5 SUBDIR+= libpam modules static_libpam
6 SUBDIR_ORDERED= modules static_libpam
8 .include <bsd.subdir.mk>