8 lines
136 B
Makefile
8 lines
136 B
Makefile
# $Id: Makefile.am 907 2017-01-18 09:39:01Z des $
|
|
|
|
SUBDIRS = pam_deny pam_permit pam_return
|
|
|
|
if WITH_PAM_UNIX
|
|
SUBDIRS += pam_unix
|
|
endif
|