INCDIR=/usr/local/selinux/include

install:
	mkdir -p $(INCDIR)
	install -m 644 $(wildcard *.h) /usr/local/selinux/include
