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 15:23:11 +0300
commit9ae43bbdd40d90d52e359ef5e025038ce822311e (patch)
tree3f738da9e1603b5577e1fb2a644b8a3c9a189162 /Makefile
parentf098b213eb3d2e8e5d47689a226f81a0d1b35262 (diff)
downloadfreeipa-9ae43bbdd40d90d52e359ef5e025038ce822311e.tar.gz
freeipa-9ae43bbdd40d90d52e359ef5e025038ce822311e.tar.xz
freeipa-9ae43bbdd40d90d52e359ef5e025038ce822311e.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 4977f82fa..318364ad2 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.