mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
26 lines
419 B
Makefile
26 lines
419 B
Makefile
NULL =
|
|
|
|
appdir = $(IPA_DATA_DIR)/updates
|
|
app_DATA = \
|
|
automount.update \
|
|
groupofhosts.update \
|
|
indices.update \
|
|
nss_ldap.update \
|
|
replication.update \
|
|
RFC2307bis.update \
|
|
RFC4876.update \
|
|
netgroups.update \
|
|
policy.update \
|
|
rolegroup.update \
|
|
taskgroup.update \
|
|
winsync_index.update \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|