mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
15 lines
206 B
Makefile
15 lines
206 B
Makefile
|
NULL =
|
||
|
|
||
|
appdir = $(libexecdir)/certmonger/
|
||
|
app_SCRIPTS = \
|
||
|
dogtag-ipa-retrieve-agent-submit \
|
||
|
$(NULL)
|
||
|
|
||
|
EXTRA_DIST = \
|
||
|
$(app_SCRIPTS) \
|
||
|
$(NULL)
|
||
|
|
||
|
MAINTAINERCLEANFILES = \
|
||
|
*~ \
|
||
|
Makefile.in
|