You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Installation directories.
|
|
PREFIX ?= /usr
|
|
LIBEXECDIR ?= $(PREFIX)/libexec
|
|
SELINUXEXECDIR ?= $(LIBEXECDIR)/selinux/
|
|
|
|
all:
|
|
|
|
install: all
|
|
-mkdir -p $(DESTDIR)$(SELINUXEXECDIR)
|
|
install -m 755 semanage_migrate_store $(DESTDIR)$(SELINUXEXECDIR)
|
|
|
|
clean:
|
|
|
|
distclean: clean
|
|
|
|
indent:
|
|
|
|
relabel:
|
|
|