mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
16 lines
171 B
Makefile
16 lines
171 B
Makefile
NULL =
|
|
|
|
SUBDIRS = \
|
|
ipa-enrollment \
|
|
ipa-pwd-extop \
|
|
ipa-winsync \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
README \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|