selinux/libsemanage/include/Makefile

11 lines
258 B
Makefile
Raw Normal View History

# Installation directories.
PREFIX ?= $(DESTDIR)/usr
INCDIR ?= $(PREFIX)/include/semanage
install:
test -d $(INCDIR) || install -m 755 -d $(INCDIR)
install -m 644 $(wildcard semanage/*.h) $(INCDIR)
indent:
../../scripts/Lindent $(wildcard semanage/*.h)