mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Part of https://fedorahosted.org/freeipa/ticket/3259 Part of https://fedorahosted.org/freeipa/ticket/3520 Reviewed-By: Rob Crittenden <rcritten@redhat.com>
16 lines
196 B
Makefile
16 lines
196 B
Makefile
NULL =
|
|
|
|
sbin_SCRIPTS = \
|
|
ipa-client-install \
|
|
ipa-client-automount \
|
|
ipa-certupdate \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(sbin_SCRIPTS) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|