Chris PeBenito 9b3756
Chris PeBenito 794a56
AWK ?= gawk
Chris PeBenito 794a56
Chris PeBenito 794a56
NAME ?= $(shell $(AWK) -F= '/^SELINUXTYPE/{ print $$2 }' /etc/selinux/config)
Chris PeBenito 794a56
SHAREDIR ?= /usr/share/selinux
Chris PeBenito 885b83
HEADERDIR := $(SHAREDIR)/$(NAME)/include
Chris PeBenito 9b3756
Chris PeBenito 885b83
include $(HEADERDIR)/Makefile