mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 00:41:25 -06:00
2c466b79e8
Reviewed-By: Petr Viktorin <pviktori@redhat.com>
19 lines
393 B
Makefile
19 lines
393 B
Makefile
NULL =
|
|
|
|
appdir = $(libdir)/ipa/certmonger
|
|
app_DATA = \
|
|
restart_dirsrv \
|
|
restart_httpd \
|
|
renew_ca_cert \
|
|
renew_ra_cert \
|
|
stop_pkicad \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|