aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <cpebenito@tresys.com>2014-09-24 13:10:37 -0400
committerSven Vermeulen <sven.vermeulen@siphos.be>2014-10-12 10:24:27 +0200
commit465454fc28242165142d26bacbca592ca0565849 (patch)
treeec182b603e8215d950613e34116f79fc20dc1915 /Makefile
parentModule version bump for changes to the networkmanager modules by Lubomir Rintel (diff)
downloadhardened-refpolicy-465454fc28242165142d26bacbca592ca0565849.tar.gz
hardened-refpolicy-465454fc28242165142d26bacbca592ca0565849.tar.bz2
hardened-refpolicy-465454fc28242165142d26bacbca592ca0565849.zip
Drop RHEL4 and RHEL5 support.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 70b213a8c..09fae9d7b 100644
--- a/Makefile
+++ b/Makefile
@@ -188,11 +188,6 @@ ifneq ($(DISTRO),)
M4PARAM += -D distro_$(DISTRO)
endif
-# rhel4 also implies redhat
-ifeq "$(DISTRO)" "rhel4"
- M4PARAM += -D distro_redhat
-endif
-
ifeq "$(DISTRO)" "ubuntu"
M4PARAM += -D distro_debian
endif