xref: /freebsd/contrib/openpam/bin/Makefile.am (revision 1a13f2e6b444dd8048aebd2ac1f0b8fae9e3088f)
1# $OpenPAM: Makefile.am 938 2017-04-30 21:34:42Z des $
2
3SUBDIRS = openpam_dump_policy
4
5if WITH_PAMTEST
6SUBDIRS += pamtest
7endif
8
9if WITH_SU
10SUBDIRS += su
11endif
12