blob: 757a6c9cb8c332e4739b7766a0060d3c3d242825 [file] [log] [blame]
# Installation directories.
PREFIX ?= $(DESTDIR)/usr
INCDIR ?= $(PREFIX)/include/selinux
all:
install: all
test -d $(INCDIR) || install -m 755 -d $(INCDIR)
install -m 644 $(wildcard selinux/*.h) $(INCDIR)
relabel:
indent:
../../scripts/Lindent $(wildcard selinux/*.h)
distclean clean:
-rm -f selinux/*~