mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 01:41:14 -06:00
15 lines
187 B
Makefile
15 lines
187 B
Makefile
|
NULL =
|
||
|
|
||
|
appdir = $(IPA_DATA_DIR)/profiles
|
||
|
app_DATA = \
|
||
|
caIPAserviceCert.cfg \
|
||
|
$(NULL)
|
||
|
|
||
|
EXTRA_DIST = \
|
||
|
$(app_DATA) \
|
||
|
$(NULL)
|
||
|
|
||
|
MAINTAINERCLEANFILES = \
|
||
|
*~ \
|
||
|
Makefile.in
|