mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
2d7e0de5ea
I have only tested the all, rpms and *clean targets directly. install may work but the rpm moves a lot of things around for us. The Apache configuration file isn't in its final state but it works with the new mod_python configuration.
28 lines
408 B
Makefile
28 lines
408 B
Makefile
NULL =
|
|
|
|
SUBDIRS = \
|
|
man \
|
|
$(NULL)
|
|
|
|
sbin_SCRIPTS = \
|
|
ipa-server-install \
|
|
ipa-replica-install \
|
|
ipa-replica-prepare \
|
|
ipa-replica-manage \
|
|
ipa-server-certinstall \
|
|
ipactl \
|
|
ipa-compat-manage \
|
|
ipa-fix-CVE-2008-3274 \
|
|
ipa-ldap-updater \
|
|
ipa-upgradeconfig \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
README \
|
|
$(sbin_SCRIPTS) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|