summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Bokovoy <abokovoy@redhat.com>2011-10-10 15:25:15 +0300
committerSimo Sorce <ssorce@redhat.com>2011-10-13 15:04:13 -0400
commit04ba21aaca9c376abab36cf75d764507a3b14802 (patch)
tree505d2b61d1731fe62a019e679df93ff6bf070893 /Makefile
parent789b560a5786b02bd210f90c5b75b18b3ca609b3 (diff)
downloadfreeipa-04ba21aaca9c376abab36cf75d764507a3b14802.tar.gz
freeipa-04ba21aaca9c376abab36cf75d764507a3b14802.tar.xz
freeipa-04ba21aaca9c376abab36cf75d764507a3b14802.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 585c6fe11..a024dea32 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.