xref: /dragonfly/lib/libpam/Makefile (revision e0a1e7ab)
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