mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 08:25:16 -04:00
7 lines
125 B
Makefile
7 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
|