xref: /freebsd/contrib/openpam/bin/Makefile.am (revision 6486b015fc84e96725fef22b0e3363351399ae83)
1# $Id: Makefile.am 467 2011-11-02 23:42:21Z des $
2
3SUBDIRS =
4
5if WITH_PAMTEST
6SUBDIRS += pamtest
7endif
8
9if WITH_SU
10SUBDIRS += su
11endif
12