mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
9 lines
175 B
Makefile
9 lines
175 B
Makefile
|
# This file will be processed with automake-1.7 to create Makefile.in
|
||
|
#
|
||
|
AUTOMAKE_OPTIONS = 1.7
|
||
|
|
||
|
dist_sysconfenv_DATA = \
|
||
|
certmonger
|
||
|
|
||
|
CLEANFILES = $(nodist_sysconfenv_DATA)
|