mirror of
https://github.com/SELinuxProject/refpolicy
synced 2025-03-29 14:56:29 +00:00
7 lines
122 B
Makefile
7 lines
122 B
Makefile
|
|
NAME ?= refpolicy
|
|
SHAREDIR := /usr/share/selinux
|
|
HEADERDIR := $(SHAREDIR)/$(NAME)/include
|
|
|
|
include $(HEADERDIR)/Makefile
|