mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 12:51:07 -05:00
11 lines
160 B
Makefile
11 lines
160 B
Makefile
# $OpenPAM: Makefile.am 938 2017-04-30 21:34:42Z des $
|
|
|
|
SUBDIRS = openpam_dump_policy
|
|
|
|
if WITH_PAMTEST
|
|
SUBDIRS += pamtest
|
|
endif
|
|
|
|
if WITH_SU
|
|
SUBDIRS += su
|
|
endif
|