8 lines
125 B
Makefile
8 lines
125 B
Makefile
# $Id: Makefile.am 714 2013-08-19 15:30:21Z des $
|
|
|
|
SUBDIRS = pam_deny pam_permit
|
|
|
|
if WITH_PAM_UNIX
|
|
SUBDIRS += pam_unix
|
|
endif
|