summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Bokovoy <abokovoy@redhat.com>2011-10-10 15:25:15 +0300
committerAlexander Bokovoy <abokovoy@redhat.com>2011-10-24 10:36:57 +0300
commit3eeac76b3b061c798a1d0e101c197cc78489d5e7 (patch)
tree585825bd290a15428336ae1594b0aad1f6ee0de2 /Makefile
parent7bde6a7da90dfc5f8953736f27cf9e17e82d14f2 (diff)
downloadfreeipa-3eeac76b3b061c798a1d0e101c197cc78489d5e7.tar.gz
freeipa-3eeac76b3b061c798a1d0e101c197cc78489d5e7.tar.xz
freeipa-3eeac76b3b061c798a1d0e101c197cc78489d5e7.zip
Add support for systemd environments and use it to support Fedora 16
https://fedorahosted.org/freeipa/ticket/1192
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d8802587..3cd08e2e9 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ PRJ_PREFIX=freeipa
RPMBUILD ?= $(PWD)/rpmbuild
TARGET ?= master
-SUPPORTED_PLATFORM=redhat
+SUPPORTED_PLATFORM ?= redhat
# After updating the version in VERSION you should run the version-update
# target.