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