mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 10:06:25 +01:00
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
|