mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 17:01:14 -06:00
a04be6d124
Reviewed-By: Petr Viktorin <pviktori@redhat.com>
15 lines
206 B
Makefile
15 lines
206 B
Makefile
NULL =
|
|
|
|
appdir = $(libexecdir)/certmonger/
|
|
app_SCRIPTS = \
|
|
dogtag-ipa-ca-renew-agent-submit \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_SCRIPTS) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|