16 lines
208 B
Makefile
16 lines
208 B
Makefile
NULL =
|
|
|
|
appdir = $(IPA_DATA_DIR)/profiles
|
|
app_DATA = \
|
|
caIPAserviceCert.cfg \
|
|
IECUserRoles.cfg \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|