xref: /dflybsd-src/lib/libpam/Makefile (revision 0521e8db4c6bf27167bedeb20789021db94252e0)
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.
4
5SUBDIR+=	libpam modules static_libpam
6SUBDIR_ORDERED=	modules static_libpam
7
8.include <bsd.subdir.mk>
9