aboutsummaryrefslogtreecommitdiffstats
path: root/testing/refpolicy/Makefile.devel
diff options
context:
space:
mode:
Diffstat (limited to 'testing/refpolicy/Makefile.devel')
-rw-r--r--testing/refpolicy/Makefile.devel22
1 files changed, 0 insertions, 22 deletions
diff --git a/testing/refpolicy/Makefile.devel b/testing/refpolicy/Makefile.devel
deleted file mode 100644
index b1c6bfe71f4..00000000000
--- a/testing/refpolicy/Makefile.devel
+++ /dev/null
@@ -1,22 +0,0 @@
-# installation paths
-SHAREDIR := /usr/share/selinux
-
-AWK ?= gawk
-NAME ?= $(strip $(shell $(AWK) -F= '/^SELINUXTYPE/{ print $$2 }' /etc/selinux/config))
-
-ifeq ($(MLSENABLED),)
- MLSENABLED := 1
-endif
-
-ifeq ($(MLSENABLED),1)
- NTYPE = mcs
-endif
-
-ifeq ($(NAME),mls)
- NTYPE = mls
-endif
-
-TYPE ?= $(NTYPE)
-
-HEADERDIR := $(SHAREDIR)/devel/include
-include $(HEADERDIR)/Makefile